mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
xkcdpass: fix license, update to 1.16.5. (#279)
This commit is contained in:
parent
37bd9d68c8
commit
64bf3f6425
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xkcdpass'
|
||||
pkgname=xkcdpass
|
||||
version=1.16.3
|
||||
version=1.16.5
|
||||
revision=1
|
||||
wrksrc="XKCD-password-generator-xkcdpass-${version}"
|
||||
noarch=yes
|
||||
|
@ -9,12 +9,12 @@ pycompile_module="xkcdpass"
|
|||
hostmakedepends="python3-setuptools"
|
||||
checkdepends="python3-pytest"
|
||||
depends="python3-setuptools"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Generate secure multiword passwords/passphrases, inspired by XKCD"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/redacted/XKCD-password-generator"
|
||||
license="BSD"
|
||||
distfiles="https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-${version}.tar.gz"
|
||||
checksum=99e62b8519f453b88f533d9cc7d0d47d8fc6e3c5bd286852e321c327d5a2c4df
|
||||
checksum=7778cc8924273a3f8313888817dc37dc845a838b5f42f0c5ab0267b2adddebff
|
||||
|
||||
do_check() {
|
||||
pytest3
|
||||
|
|
Loading…
Add table
Reference in a new issue