diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 14:39:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:14 +0000 |
commit | 019642e21a73e672eac05dc765f27c99f4b02c9e (patch) | |
tree | dc30acaea519ce7a78fc9f15a4861ff0949835b7 /community | |
parent | 10bf4f5c3c620b371893782f84255a2739251e78 (diff) | |
download | aports-019642e21a73e672eac05dc765f27c99f4b02c9e.tar.bz2 aports-019642e21a73e672eac05dc765f27c99f4b02c9e.tar.xz |
community/secpwgen: rebuild against openssl 1.1
Diffstat (limited to 'community')
-rw-r--r-- | community/secpwgen/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/secpwgen/APKBUILD b/community/secpwgen/APKBUILD index a6d3842e14..2efda06fdd 100644 --- a/community/secpwgen/APKBUILD +++ b/community/secpwgen/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=secpwgen pkgver=1.3 -pkgrel=4 +pkgrel=5 pkgdesc="secure password generator" url="http://zvrba.net/" arch="all" license="MIT" -depends_dev="libressl-dev" +depends_dev="openssl-dev" makedepends="$depends_dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/itoffshore/$pkgname/archive/v$pkgver.tar.gz |