mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 2.0.4
This commit is contained in:
parent
ab5cd9836a
commit
0b727e45ec
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pwdsphinx
|
||||
pkgdesc = SPHINX: A Password Store that Perfectly Hides from Itself (No Xaggeration)
|
||||
pkgver = 2.0.3
|
||||
pkgver = 2.0.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/stef/pwdsphinx
|
||||
arch = x86_64
|
||||
|
|
@ -14,10 +14,10 @@ pkgbase = pwdsphinx
|
|||
depends = python-pyoprf
|
||||
depends = python-qrcodegen
|
||||
depends = python-pyequihash
|
||||
source = pwdsphinx-2.0.3.tar.gz::https://github.com/stef/pwdsphinx/archive/refs/tags/v2.0.3.tar.gz
|
||||
source = https://github.com/stef/pwdsphinx/releases/download/v2.0.3/pwdsphinx-2.0.3.tar.gz.asc
|
||||
source = pwdsphinx-2.0.4.tar.gz::https://github.com/stef/pwdsphinx/archive/refs/tags/v2.0.4.tar.gz
|
||||
source = https://github.com/stef/pwdsphinx/releases/download/v2.0.4/pwdsphinx-2.0.4.tar.gz.asc
|
||||
validpgpkeys = AABDE16CB6AF5CD10A28DFF2970DEB6694D50988
|
||||
b2sums = 310bc54e839187d879288cbccbd2334c548337d957e3449d30a5427d0e32f768eac57eb740b1b1549f1d31d3fd97c59d84c382b5449021a2826738dd22d47683
|
||||
b2sums = 918ee20c4af6c67268ba799dcbcc14076f611c1f1c05fbb1a4f37140223ea28c0090229cf3e477c72b21b65b789a4267161d09e139490644b983409d1b3117a3
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = pwdsphinx
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: link2xt <link2xt@testrun.org>
|
||||
pkgname=pwdsphinx
|
||||
pkgver=2.0.3
|
||||
pkgver=2.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="SPHINX: A Password Store that Perfectly Hides from Itself (No Xaggeration)"
|
||||
arch=(x86_64)
|
||||
|
|
@ -14,7 +14,7 @@ options=()
|
|||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stef/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
|
||||
"https://github.com/stef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
|
||||
noextract=()
|
||||
b2sums=('310bc54e839187d879288cbccbd2334c548337d957e3449d30a5427d0e32f768eac57eb740b1b1549f1d31d3fd97c59d84c382b5449021a2826738dd22d47683'
|
||||
b2sums=('918ee20c4af6c67268ba799dcbcc14076f611c1f1c05fbb1a4f37140223ea28c0090229cf3e477c72b21b65b789a4267161d09e139490644b983409d1b3117a3'
|
||||
'SKIP')
|
||||
validpgpkeys=('AABDE16CB6AF5CD10A28DFF2970DEB6694D50988')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue