diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:18:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:18:04 +0000 |
commit | 6e1513656b93af6c1a3f5ee64ede484fd7465bd9 (patch) | |
tree | 2cff8ae83780d5c8ebd58bb39db95e2c8f9820d7 /community/secpwgen | |
parent | 79a884760b01c4c528e09834363abeb2731275a2 (diff) | |
download | aports-6e1513656b93af6c1a3f5ee64ede484fd7465bd9.tar.bz2 aports-6e1513656b93af6c1a3f5ee64ede484fd7465bd9.tar.xz |
community/secpwgen: rebuild against libressl 2.5
Diffstat (limited to 'community/secpwgen')
-rw-r--r-- | community/secpwgen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/secpwgen/APKBUILD b/community/secpwgen/APKBUILD index dc5e13d5a8..91a44ab31c 100644 --- a/community/secpwgen/APKBUILD +++ b/community/secpwgen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=secpwgen pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc="secure password generator" url="http://zvrba.net/" arch="all" |