xkcdpass: update to 1.17.2.
This commit is contained in:
parent
d778c95a60
commit
e45ee1726a
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'xkcdpass'
|
||||
pkgname=xkcdpass
|
||||
version=1.17.0
|
||||
version=1.17.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="xkcdpass"
|
||||
hostmakedepends="python3-setuptools"
|
||||
checkdepends="python3-pytest"
|
||||
depends="python3-setuptools"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
||||
checksum=7dcfb2b38f95f173754ecc5ecd5dde08516d4c72be4e2ccdfe5f6685fb7c3c43
|
||||
checksum=060b80b33ccd2cfdbd689021374cfb0a16c19e4a121e814c4b039dabe76cc8b6
|
||||
|
||||
do_check() {
|
||||
pytest3
|
||||
|
|
Loading…
Reference in a new issue