Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine
Commits: 589eeb0f by Robin Candau at 2026-05-18T18:51:33+02:00 upgpkg: 12.3.0-1: New upstream release https://github.com/Limine-Bootloader/Limine/releases/tag/v12.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = limine pkgdesc = An advanced, portable, multiprotocol bootloader - pkgver = 12.2.0 + pkgver = 12.3.0 pkgrel = 1 url = https://github.com/Limine-Bootloader/Limine install = limine.install @@ -13,8 +13,8 @@ pkgbase = limine makedepends = lld makedepends = clang depends = glibc - source = git+https://github.com/Limine-Bootloader/Limine.git#tag=v12.2.0?signed + source = git+https://github.com/Limine-Bootloader/Limine.git#tag=v12.3.0?signed validpgpkeys = 05D29860D0A0668AAEFB9D691F3C021BECA23821 - sha256sums = a859573791bddffaa92a67e33d09115f415e81eda58db590cefe63d60cbee416 + sha256sums = 6d361a7db682321faa20ea6436225595693049993fcce7654999b0603faf45ed pkgname = limine ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=limine _pkgname=Limine -pkgver=12.2.0 +pkgver=12.3.0 pkgrel=1 pkgdesc="An advanced, portable, multiprotocol bootloader" url="https://github.com/Limine-Bootloader/Limine" @@ -13,7 +13,7 @@ depends=('glibc') makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang') install="${pkgname}.install" source=("git+${url}.git#tag=v${pkgver}?signed") -sha256sums=('a859573791bddffaa92a67e33d09115f415e81eda58db590cefe63d60cbee416') +sha256sums=('6d361a7db682321faa20ea6436225595693049993fcce7654999b0603faf45ed') validpgpkeys=('05D29860D0A0668AAEFB9D691F3C021BECA23821') # Mintsuki <[email protected]> prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/589eeb0f0e012a38ef01e5ae78a2225ab1f09c3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/589eeb0f0e012a38ef01e5ae78a2225ab1f09c3a You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
