mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'xkcdpass'
|
||||||
pkgname=xkcdpass
|
pkgname=xkcdpass
|
||||||
version=1.17.0
|
version=1.17.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="xkcdpass"
|
pycompile_module="xkcdpass"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
checkdepends="python3-pytest"
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/redacted/XKCD-password-generator"
|
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||||
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
||||||
checksum=7dcfb2b38f95f173754ecc5ecd5dde08516d4c72be4e2ccdfe5f6685fb7c3c43
|
checksum=060b80b33ccd2cfdbd689021374cfb0a16c19e4a121e814c4b039dabe76cc8b6
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
pytest3
|
pytest3
|
||||||
|
|
Loading…
Add table
Reference in a new issue