diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:56:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:56:24 +0000 |
commit | 115c8f8a85c94e63e54058ff8f88b6f9e5eb97e1 (patch) | |
tree | bcfbb65b97a8b85b1a940ad54eeacf9bc7956e7e | |
parent | f0f7f299756f0795bd4900bc003903aa1c7ef677 (diff) | |
download | aports-115c8f8a85c94e63e54058ff8f88b6f9e5eb97e1.tar.bz2 aports-115c8f8a85c94e63e54058ff8f88b6f9e5eb97e1.tar.xz |
community/makepasswd: rebuild against libressl 2.5
-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 27c423e393..902dee6745 100644 --- a/community/makepasswd/APKBUILD +++ b/community/makepasswd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=makepasswd pkgver=0.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="Generates (pseudo-)random passwords of a desired length" url="http://people.defora.org/~khorben/projects/makepasswd/" arch="all" |