diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-13 15:44:14 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-13 15:44:14 +0000 |
commit | 8e5bd3703bd90ca5bd5ae23944c0a1f3abec3102 (patch) | |
tree | 63ef64cdd095faea9c35ec6af5a1f7811aa9c907 /community/makepasswd | |
parent | f44c3abcf2e9fe9ac344fed19f3c6e4ebae79783 (diff) | |
download | aports-8e5bd3703bd90ca5bd5ae23944c0a1f3abec3102.tar.bz2 aports-8e5bd3703bd90ca5bd5ae23944c0a1f3abec3102.tar.xz |
community/makepasswd: disable
The (ftp.)defora.org cert has expired, preventing the source to be donwloaded.
Disable the package until that has been fixed.
Diffstat (limited to 'community/makepasswd')
-rw-r--r-- | community/makepasswd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/makepasswd/APKBUILD b/community/makepasswd/APKBUILD index 0b03874191..ee4dff7da7 100644 --- a/community/makepasswd/APKBUILD +++ b/community/makepasswd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.3 pkgrel=5 pkgdesc="Generates (pseudo-)random passwords of a desired length" url="http://people.defora.org/~khorben/projects/makepasswd/" -arch="all" +arch="" # Disable until defora.org cert is fixed license="GPL-3.0" depends="" makedepends="libxslt docbook-xsl openssl-dev" |