diff options
Diffstat (limited to 'community/junit/APKBUILD')
-rw-r--r-- | community/junit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/junit/APKBUILD b/community/junit/APKBUILD index 71c39342c2..04791e2331 100644 --- a/community/junit/APKBUILD +++ b/community/junit/APKBUILD @@ -8,7 +8,7 @@ url="http://junit.org/" arch="noarch" license="EPL-1.0" depends="" -source="http://search.maven.org/remotecontent?filepath=$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.jar" +source="https://search.maven.org/remotecontent?filepath=$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.jar" _builddir="$srcdir" |