diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-29 13:50:03 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-29 13:55:00 +0200 |
commit | 7d41594eb73a867e822e96bc884dee1865cd7e97 (patch) | |
tree | 8791f4a93acbd5a75cb1aeae0ea13ea00ed74307 /main/mailx/APKBUILD | |
parent | dce181eb59d292df4b679a8ef666b2daa76ee4a5 (diff) | |
download | aports-7d41594eb73a867e822e96bc884dee1865cd7e97.tar.bz2 aports-7d41594eb73a867e822e96bc884dee1865cd7e97.tar.xz |
main/mailx: update source
Diffstat (limited to 'main/mailx/APKBUILD')
-rw-r--r-- | main/mailx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mailx/APKBUILD b/main/mailx/APKBUILD index 10ba804b77..277d58744b 100644 --- a/main/mailx/APKBUILD +++ b/main/mailx/APKBUILD @@ -13,7 +13,7 @@ makedepends="$depends_dev bsd-compat-headers" install="" options="suid" subpackages="$pkgname-doc" -source="ftp://ftp.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz +source="https://sources.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz mailx-8.1.1.patch musl-fix.patch mailx-gcc4.patch" |