Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
sbctl
Commits:
1ad85d8f by Morten Linderud at 2023-12-25T22:35:02+01:00
upgpkg: 0.13-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sbctl
pkgdesc = Secure Boot key manager
- pkgver = 0.12
+ pkgver = 0.13
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.12/sbctl-0.12.tar.gz
- source =
https://github.com/Foxboron/sbctl/releases/download/0.12/sbctl-0.12.tar.gz.sig
+ source =
https://github.com/Foxboron/sbctl/releases/download/0.13/sbctl-0.13.tar.gz
+ source =
https://github.com/Foxboron/sbctl/releases/download/0.13/sbctl-0.13.tar.gz.sig
validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16
- sha256sums =
72475519733385b0effb422ff058e95f0282fa93eccf03df07e3402736646b97
+ sha256sums =
efe855ea3de3dcaf5bc8974f724983fee0320a47094f6f4fd5f9e34cfa239456
sha256sums = SKIP
pkgname = sbctl
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=sbctl
-pkgver=0.12
+pkgver=0.13
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=('72475519733385b0effb422ff058e95f0282fa93eccf03df07e3402736646b97'
+sha256sums=('efe855ea3de3dcaf5bc8974f724983fee0320a47094f6f4fd5f9e34cfa239456'
'SKIP')
build(){
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/commit/1ad85d8f6a345cbff1a322b74d911f04b2a9a5d8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/commit/1ad85d8f6a345cbff1a322b74d911f04b2a9a5d8
You're receiving this email because of your account on gitlab.archlinux.org.