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


Commits:
bc748650 by Robin Candau at 2024-02-15T15:56:35+01:00
upgpkg: 7.0.5-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.4
+       pkgver = 7.0.5
        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.4/limine-7.0.4.tar.xz
-       sha256sums = 
84a76441dd6ba6df791d2f2a1c6cf85e9c10bbc1f0505f26515ff217eb96aee8
+       source = 
https://github.com/limine-bootloader/limine/releases/download/v7.0.5/limine-7.0.5.tar.xz
+       sha256sums = 
b5f44cc02e5e46a310a647f737f8cf16ee75f31df51398d8122e8ed2cdd956c8
 
 pkgname = limine


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki <mints...@protonmail.com>
 
 pkgname=limine
-pkgver=7.0.4
+pkgver=7.0.5
 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=('84a76441dd6ba6df791d2f2a1c6cf85e9c10bbc1f0505f26515ff217eb96aee8')
+sha256sums=('b5f44cc02e5e46a310a647f737f8cf16ee75f31df51398d8122e8ed2cdd956c8')
 
 build() {
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to