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


Commits:
46e2fa68 by Robin Candau at 2024-02-08T18:25:45+01:00
upgpkg: 7.0.3-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = limine
        pkgdesc = An advanced, portable, multiprotocol bootloader
-       pkgver = 7.0.2
+       pkgver = 7.0.3
        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/v7.0.2/limine-7.0.2.tar.xz
-       sha256sums = 
fbd17039063e5746e441ebe9bb4cdfdb10c6f2ed76f2da1a53f9287576af4e4a
+       source = 
https://github.com/limine-bootloader/limine/releases/download/v7.0.3/limine-7.0.3.tar.xz
+       sha256sums = 
1bca61c79c10e1bccb23fd9d9e3e0b32680d987586dbcf526fa6a932952f4122
 
 pkgname = limine


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



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

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


Reply via email to