Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine
Commits:
d89f8f57 by Robin Candau at 2025-07-29T18:56:00+02:00
upgpkg: 9.5.1-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = limine
pkgdesc = An advanced, portable, multiprotocol bootloader
- pkgver = 9.5.0
+ pkgver = 9.5.1
pkgrel = 1
url = https://limine-bootloader.org/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = limine
makedepends = lld
makedepends = clang
depends = glibc
- source =
git+https://github.com/limine-bootloader/limine.git#tag=v9.5.0?signed
+ source =
git+https://github.com/limine-bootloader/limine.git#tag=v9.5.1?signed
validpgpkeys = 05D29860D0A0668AAEFB9D691F3C021BECA23821
- sha256sums =
381da7d68ac5e31893fe7b8da7a03181be29c33a13c6f8c776c53b16989e9123
+ sha256sums =
00f6a133a9d6afc638daf9636db3f351cd0d489bab9d3a29962a0478448e464b
pkgname = limine
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Mintsuki <[email protected]>
pkgname=limine
-pkgver=9.5.0
+pkgver=9.5.1
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}?signed")
-sha256sums=('381da7d68ac5e31893fe7b8da7a03181be29c33a13c6f8c776c53b16989e9123')
+sha256sums=('00f6a133a9d6afc638daf9636db3f351cd0d489bab9d3a29962a0478448e464b')
validpgpkeys=('05D29860D0A0668AAEFB9D691F3C021BECA23821') # Mintsuki
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/d89f8f57c8888a13d09c6c06c954ece6bc44e783
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/d89f8f57c8888a13d09c6c06c954ece6bc44e783
You're receiving this email because of your account on gitlab.archlinux.org.