[arch-commits] Commit in cosign/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Tue Apr 27 16:24:44 UTC 2021


    Date: Tuesday, April 27, 2021 @ 16:24:44
  Author: sangy
Revision: 924806

upgpkg: cosign 0.3.1-1

+dep pcsclite

Modified:
  cosign/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 14:24:46 UTC (rev 924805)
+++ PKGBUILD	2021-04-27 16:24:44 UTC (rev 924806)
@@ -1,15 +1,15 @@
 # Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
 
 pkgname=cosign
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
 arch=('x86_64')
 url="https://github.com/sigstore/cosign"
 license=('Apache')
-makedepends=('go' 'git')
+makedepends=('go' 'git' 'pcsclite')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d3af55eb3d68b41dbefbbd00f18c4bed8a89d7839ff6c6f0da89c9b1a1214d3b')
+sha256sums=('61bd6b0a0eaf646e0e3fe47589b30e4e38a57532abb905e884d65d93557a8e22')
 
 build(){
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list