Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine


Commits:
6b14d938 by Robin Candau at 2024-01-14T12:06:56+01:00
upgpkg: 7.0.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = limine
        pkgdesc = An advanced, portable, multiprotocol bootloader
-       pkgver = 6.20240107.0
+       pkgver = 7.0.0
        pkgrel = 1
        url = https://limine-bootloader.org/
        arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = limine
        makedepends = lld
        makedepends = clang
        depends = glibc
-       source = 
https://github.com/limine-bootloader/limine/releases/download/v6.20240107.0/limine-6.20240107.0.tar.xz
-       sha256sums = 
9376963769dc420e1004285c12bec6324de0812bf8b6776a1cebc96a64191dfe
+       source = 
https://github.com/limine-bootloader/limine/releases/download/v7.0.0/limine-7.0.0.tar.xz
+       sha256sums = 
21cd8e68b17baad96516bc4db06cd29c120c638597fcf0a17b0557804c7f0f2d
 
 pkgname = limine


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki <mints...@protonmail.com>
 
 pkgname=limine
-pkgver=6.20240107.0
+pkgver=7.0.0
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
 depends=('glibc')
 makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang')
 
source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('9376963769dc420e1004285c12bec6324de0812bf8b6776a1cebc96a64191dfe')
+sha256sums=('21cd8e68b17baad96516bc4db06cd29c120c638597fcf0a17b0557804c7f0f2d')
 
 build() {
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/6b14d938cbc45855e1d96ae4c2dbcbda10fd7175

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/6b14d938cbc45855e1d96ae4c2dbcbda10fd7175
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to