Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine
Commits: a3db1166 by Robin Candau at 2025-03-08T10:11:42+01:00 upgpkg: 9.1.0-1: New upstream release https://github.com/limine-bootloader/limine/releases/tag/v9.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = limine pkgdesc = An advanced, portable, multiprotocol bootloader - pkgver = 9.0.1 + pkgver = 9.1.0 pkgrel = 1 url = https://limine-bootloader.org/ arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = limine makedepends = lld makedepends = clang depends = glibc - source = git+https://github.com/limine-bootloader/limine.git#tag=v9.0.1 - sha256sums = dfef613038cc45e6ed7a88054691cd69e06cce4ff249397a2edcc3d8abfd0482 + source = git+https://github.com/limine-bootloader/limine.git#tag=v9.1.0 + sha256sums = 40fe46a0f9a603ea7a9dd59735f21e3f62cadf794629c73eaa7c893e0c72c537 pkgname = limine ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mintsuki <[email protected]> pkgname=limine -pkgver=9.0.1 +pkgver=9.1.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" url="https://limine-bootloader.org/" @@ -11,7 +11,7 @@ license=('BSD-2-Clause') depends=('glibc') makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang') source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver}") -sha256sums=('dfef613038cc45e6ed7a88054691cd69e06cce4ff249397a2edcc3d8abfd0482') +sha256sums=('40fe46a0f9a603ea7a9dd59735f21e3f62cadf794629c73eaa7c893e0c72c537') prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/a3db1166fadb3110c7128cb895d6444484bdb885 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/a3db1166fadb3110c7128cb895d6444484bdb885 You're receiving this email because of your account on gitlab.archlinux.org.
