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


Commits:
a066f97a by Robin Candau at 2024-03-19T21:45:12+01:00
upgpkg: 7.1.0-1: New upstream release + Add .nvchecker.toml

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = limine
        pkgdesc = An advanced, portable, multiprotocol bootloader
-       pkgver = 7.0.5
-       pkgrel = 2
+       pkgver = 7.1.0
+       pkgrel = 1
        url = https://limine-bootloader.org/
        arch = x86_64
        license = BSD-2-Clause
@@ -11,7 +11,7 @@ pkgbase = limine
        makedepends = lld
        makedepends = clang
        depends = glibc
-       source = 
https://github.com/limine-bootloader/limine/releases/download/v7.0.5/limine-7.0.5.tar.xz
-       sha256sums = 
b5f44cc02e5e46a310a647f737f8cf16ee75f31df51398d8122e8ed2cdd956c8
+       source = 
https://github.com/limine-bootloader/limine/releases/download/v7.1.0/limine-7.1.0.tar.xz
+       sha256sums = 
9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
 
 pkgname = limine


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[limine]
+source = "github"
+github = "limine-bootloader/limine"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Mintsuki <mints...@protonmail.com>
 
 pkgname=limine
-pkgver=7.0.5
-pkgrel=2
+pkgver=7.1.0
+pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
 url="https://limine-bootloader.org/";
@@ -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=('b5f44cc02e5e46a310a647f737f8cf16ee75f31df51398d8122e8ed2cdd956c8')
+sha256sums=('9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c')
 
 build() {
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to