diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 15:52:07 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 15:52:07 +0200 |
commit | 73eb48fd7e2fae3651b33471a177457c2e56b337 (patch) | |
tree | c808dfd35e10b77c98a8de53b06fb9c970b18452 /main/lua-dbi | |
parent | 9f16f569fb84a213fe9267dabd2d8f6dbaec502d (diff) | |
download | aports-73eb48fd7e2fae3651b33471a177457c2e56b337.tar.bz2 aports-73eb48fd7e2fae3651b33471a177457c2e56b337.tar.xz |
main/lua-dbi: fix source
Diffstat (limited to 'main/lua-dbi')
-rw-r--r-- | main/lua-dbi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-dbi/APKBUILD b/main/lua-dbi/APKBUILD index f811c5b719..70d6ef6710 100644 --- a/main/lua-dbi/APKBUILD +++ b/main/lua-dbi/APKBUILD @@ -13,7 +13,7 @@ depends="" makedepends="lua-dev mariadb-dev postgresql-dev sqlite-dev" install="" subpackages="$pkgname-mysql $pkgname-postgresql $pkgname-sqlite" -source="http://luadbi.googlecode.com/files/$_realname.$pkgver.tar.gz +source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luadbi/$_realname.$pkgver.tar.gz lua-dbi-0.5-sync-hg-47382fea7a9c.patch" _builddir="$srcdir" |