diff options
Diffstat (limited to 'main/acf-postgresql/APKBUILD')
-rw-r--r-- | main/acf-postgresql/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-postgresql/APKBUILD b/main/acf-postgresql/APKBUILD index 931d650dea..0550e9cf87 100644 --- a/main/acf-postgresql/APKBUILD +++ b/main/acf-postgresql/APKBUILD @@ -11,7 +11,7 @@ depends="acf-core lua postgresql" makedepends="" install= subpackages="" -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" |