diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 14:15:43 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 14:16:58 +0100 |
commit | 4ee7c35b7d373eda37833e00b68898f63b65a14a (patch) | |
tree | e9c01bedd17c5b1b84004eea11e1dcbf875b837a /community/hermes | |
parent | 730cdcef6901750f4029d4c3b8639ce02ee3ead1 (diff) | |
download | aports-4ee7c35b7d373eda37833e00b68898f63b65a14a.tar.bz2 aports-4ee7c35b7d373eda37833e00b68898f63b65a14a.tar.xz |
community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
Diffstat (limited to 'community/hermes')
-rw-r--r-- | community/hermes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/hermes/APKBUILD b/community/hermes/APKBUILD index b0dcc4c440..83a8c1d18c 100644 --- a/community/hermes/APKBUILD +++ b/community/hermes/APKBUILD @@ -4,12 +4,12 @@ pkgname=hermes pkgver=1.9 pkgrel=3 pkgdesc="Hermes is an anti-spam transparent SMTP proxy" -url="http://hermes-project.com/" +url="https://hermes-project.com/" arch="all" license="GPL" makedepends="libspf2-dev sqlite-dev perl gettext-dev libressl-dev doxygen" subpackages="$pkgname-doc" -source="http://hermes-project.com/files/${pkgname}-${pkgver}.tar.bz2 +source="https://hermes-project.com/files/${pkgname}-${pkgver}.tar.bz2 Utils.cpp.patch" builddir=${srcdir}/${pkgname}-${pkgver} |