diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 15:43:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 15:43:27 +0000 |
commit | b906b1b532c74b775fe9ae1c46c5c5e000a7f117 (patch) | |
tree | 3855e3e5a78da59151bfcf7403d352af6861ab6f /community/makepasswd | |
parent | ad309933eaa83e774c3d810fc6edefc2d3201484 (diff) | |
download | aports-b906b1b532c74b775fe9ae1c46c5c5e000a7f117.tar.bz2 aports-b906b1b532c74b775fe9ae1c46c5c5e000a7f117.tar.xz |
community/makepasswd: use https
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 219d031686..0b03874191 100644 --- a/community/makepasswd/APKBUILD +++ b/community/makepasswd/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="libxslt docbook-xsl openssl-dev" install="" subpackages="$pkgname-doc" -source="http://ftp.defora.org/pub/projects/makepasswd/$pkgname-$pkgver.tar.gz" +source="https://ftp.defora.org/pub/projects/makepasswd/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |