diff options
Diffstat (limited to 'main/acf-shorewall/APKBUILD')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index 494debcf1c..e1a515d229 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -8,7 +8,7 @@ url="http://git.alpinelinux.org/cgit/acf-shorewall" arch="noarch" license="GPL-2" depends="acf-core lua shorewall-shell" -source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" |