[arch-commits] Commit in cosign/trunk (PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Thu Jul 22 21:43:30 UTC 2021
Date: Thursday, July 22, 2021 @ 21:43:29
Author: shibumi
Revision: 984076
upgpkg: cosign 0.6.0-1 new version + fix tests + add b2sums
Modified:
cosign/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-22 21:33:01 UTC (rev 984075)
+++ PKGBUILD 2021-07-22 21:43:29 UTC (rev 984076)
@@ -1,8 +1,9 @@
# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
pkgname=cosign
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
arch=('x86_64')
url="https://github.com/sigstore/cosign"
@@ -10,7 +11,8 @@
depends=('pcsclite')
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('61bd6b0a0eaf646e0e3fe47589b30e4e38a57532abb905e884d65d93557a8e22')
+sha512sums=('763c2a8ac42518771ad47b6ec3c5ce16b47a7cffc265cd36397c81165fef89fd04fbcdbdff26bb7ed5267b46227e56049971acfa111197c61ed7fe7a0d0d0ab5')
+b2sums=('2ad7137186782743269ed4c1e1b03cd7f39e552d3a89d596053d07c952c599a7c23d38de60f68eece8162c67610b07cb19156b3568bd635b73f0fc535e865724')
build(){
cd "${pkgname}-${pkgver}"
@@ -23,7 +25,7 @@
go build -o build/ ./...
}
-test() {
+check() {
cd "${pkgname}-${pkgver}"
make test
}
More information about the arch-commits
mailing list