summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-06 11:04:59 -0400
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-05-06 15:07:18 +0000
commit8cf1f8835ce27c82357fd86238501341f7bb8282 (patch)
tree54589f2bd144943a17aee684f525e2b207c8ec1d /vars
parente4c9b23c82823a1aaaecafa455f2632fd2867bf1 (diff)
downloadmidipix_build-8cf1f8835ce27c82357fd86238501341f7bb8282.tar.bz2
midipix_build-8cf1f8835ce27c82357fd86238501341f7bb8282.tar.xz
geoip: build from a mirror (release) tarball.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars4
1 files changed, 3 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index bd98aba2..ff85729f 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -579,7 +579,9 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2";
: ${PKG_GDBM_VERSION:=1.18.1};
: ${PKG_GDBM_URL:=ftp://ftp.gnu.org/gnu/gdbm/gdbm-${PKG_GDBM_VERSION}.tar.gz};
: ${PKG_GDBM_CONFIGURE_ARGS_EXTRA:=--enable-libgdbm-compat};
-: ${PKG_GEOIP_URLS_GIT:="geoip-api-c=https://github.com/maxmind/geoip-api-c@master"};
+: ${PKG_GEOIP_SHA256SUM:=0daf0dbe35249f0affb5e10010e0b6b8104d19e156ab8e3b2318df8165463f21};
+: ${PKG_GEOIP_VERSION:=1.7.0};
+: ${PKG_GEOIP_URL:=https://midipix.org/mirror/geoip/geoip-api-c-${PKG_GEOIP_VERSION}.tar.gz};
: ${PKG_PCRE_SHA256SUM:=0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73};
: ${PKG_PCRE_VERSION:=8.43};
: ${PKG_PCRE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PKG_PCRE_VERSION}.tar.gz};