aboutsummaryrefslogtreecommitdiffstats
path: root/community/apache-ant/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/apache-ant/APKBUILD')
-rw-r--r--community/apache-ant/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/apache-ant/APKBUILD b/community/apache-ant/APKBUILD
index 2de085823a..01f9d25186 100644
--- a/community/apache-ant/APKBUILD
+++ b/community/apache-ant/APKBUILD
@@ -10,7 +10,7 @@ arch="noarch"
options="!check" # Needs itself for testing.
license="Apache-2.0"
depends="openjdk8-jre-base"
-source="http://archive.apache.org/dist/ant/binaries/$pkgname-$pkgver-bin.tar.bz2"
+source="https://archive.apache.org/dist/ant/binaries/$pkgname-$pkgver-bin.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
_anthome="/usr/share/java/$pkgname"