Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
sbctl
Commits:
7b4ac372 by Morten Linderud at 2024-10-20T20:57:48+02:00
upgpkg: 0.16-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sbctl
pkgdesc = Secure Boot key manager
- pkgver = 0.15.4
+ pkgver = 0.16
pkgrel = 1
url = https://github.com/Foxboron/sbctl
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = sbctl
makedepends = asciidoc
depends = binutils
depends = util-linux
- source =
https://github.com/Foxboron/sbctl/releases/download/0.15.4/sbctl-0.15.4.tar.gz
- source =
https://github.com/Foxboron/sbctl/releases/download/0.15.4/sbctl-0.15.4.tar.gz.sig
+ source =
https://github.com/Foxboron/sbctl/releases/download/0.16/sbctl-0.16.tar.gz
+ source =
https://github.com/Foxboron/sbctl/releases/download/0.16/sbctl-0.16.tar.gz.sig
validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16
- sha256sums =
0435097f79fc30c9b3567a50a8beb8d7d71fcea6121533b5da543ca64241cfff
+ sha256sums =
528f852285cea2c96175db8872aa83427f5e200e2d09ea9383037432d45965be
sha256sums = SKIP
pkgname = sbctl
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=sbctl
-pkgver=0.15.4
+pkgver=0.16
pkgrel=1
pkgdesc="Secure Boot key manager"
arch=("x86_64" "aarch64")
@@ -11,7 +11,7 @@ depends=("binutils" "util-linux")
makedepends=("go" "git" "asciidoc")
source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('0435097f79fc30c9b3567a50a8beb8d7d71fcea6121533b5da543ca64241cfff'
+sha256sums=('528f852285cea2c96175db8872aa83427f5e200e2d09ea9383037432d45965be'
'SKIP')
build(){
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/commit/7b4ac372c04e32ed9c887e0066acd701a00c3881
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/commit/7b4ac372c04e32ed9c887e0066acd701a00c3881
You're receiving this email because of your account on gitlab.archlinux.org.