diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-16 21:05:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-16 21:06:19 +0000 |
commit | afdb833e04ce6651cfa5d4fb1d5bcf89544369c2 (patch) | |
tree | ef7a507a840f07f79af617027fdba18e6378fd7c /main/fetchmail | |
parent | fb916eddf907b9c22650b72d97a3a92181d78075 (diff) | |
download | aports-afdb833e04ce6651cfa5d4fb1d5bcf89544369c2.tar.bz2 aports-afdb833e04ce6651cfa5d4fb1d5bcf89544369c2.tar.xz |
main/fetchmail: fix download url
Upstream renamed this version branch to `branch_6.3-obsolete`. Fix the download
url accordingly.
Diffstat (limited to 'main/fetchmail')
-rw-r--r-- | main/fetchmail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD index f3074c187a..9e9292921a 100644 --- a/main/fetchmail/APKBUILD +++ b/main/fetchmail/APKBUILD @@ -13,7 +13,7 @@ pkggroups="fetchmail" makedepends="openssl-dev python2 autoconf automake gettext-dev" install="fetchmail.pre-install" subpackages="$pkgname-doc fetchmailconf" -source="https://downloads.sourceforge.net/project/${pkgname}/branch_6.3/${pkgname}-${pkgver}.tar.xz +source="https://downloads.sourceforge.net/project/${pkgname}/branch_6.3-obsolete/${pkgname}-${pkgver}.tar.xz libressl.patch $pkgname.initd $pkgname.confd" |