* update signify to 32-3.1
This commit is contained in:
parent
3b2c64f3df
commit
35292574ba
21
signify/.SRCINFO
Normal file
21
signify/.SRCINFO
Normal file
@ -0,0 +1,21 @@
|
||||
pkgbase = signify
|
||||
pkgdesc = OpenBSD tool to cryptographically sign and verify files
|
||||
pkgver = 32
|
||||
pkgrel = 3.1
|
||||
url = https://github.com/aperezdc/signify
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = BSD
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
depends = libbsd>=0.8
|
||||
source = git+https://github.com/aperezdc/signify.git?signed#tag=v32
|
||||
source = signify-LICENSE-32::https://raw.githubusercontent.com/aperezdc/signify/v32/COPYING
|
||||
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
|
||||
sha512sums = 31eba7b62c87627c7f4998ad975d24a2a0bb019049eab44ac20027e383e9600f4360097306721b34afd95526c68c0a78092544f9c84bcfc3586f4ea49bcc9763
|
||||
sha512sums = 5de1345ef929058040975f1106318ac9443fc107d19a12bfbc919a152ddd4dde11c76201722bc5847bad579e5dc4ba467f0947b6f0fce5cc3eccc68d5f4e9dfe
|
||||
|
||||
pkgname = signify
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=signify
|
||||
pkgver=32
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
pkgdesc='OpenBSD tool to cryptographically sign and verify files'
|
||||
url='https://github.com/aperezdc/signify'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -14,7 +14,7 @@ makedepends=('git')
|
||||
depends=('glibc' 'libbsd>=0.8')
|
||||
source=(git+https://github.com/aperezdc/signify.git?signed#tag=v${pkgver}
|
||||
${pkgname}-LICENSE-${pkgver}::https://raw.githubusercontent.com/aperezdc/signify/v${pkgver}/COPYING)
|
||||
sha512sums=('d179fe2b7deb6f579782959e365e65dcfa5b66bf44515ffe27af3ddc58111d554c39b50c86308bbcf4cf2f9b3f9343dee6f294d0f8916179e618d3fb0277afce'
|
||||
sha512sums=('31eba7b62c87627c7f4998ad975d24a2a0bb019049eab44ac20027e383e9600f4360097306721b34afd95526c68c0a78092544f9c84bcfc3586f4ea49bcc9763'
|
||||
'5de1345ef929058040975f1106318ac9443fc107d19a12bfbc919a152ddd4dde11c76201722bc5847bad579e5dc4ba467f0947b6f0fce5cc3eccc68d5f4e9dfe')
|
||||
validpgpkeys=(
|
||||
'5AA3BC334FD7E3369E7C77B291C559DBE4C9123B' # Adrián Pérez de Castro <aperez@igalia.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user