jq: Update package src url

This commit is contained in:
Fredrik Fornwall 2015-08-09 19:01:16 -04:00
parent df21bb4e70
commit a365f94966
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
TERMUX_PKG_HOMEPAGE=http://stedolan.github.io/jq/
TERMUX_PKG_DESCRIPTION="Command-line JSON processor"
TERMUX_PKG_VERSION=1.4
TERMUX_PKG_SRCURL=http://stedolan.github.io/jq/download/source/jq-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SRCURL=https://github.com/stedolan/jq/archive/jq-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_FOLDERNAME=jq-jq-${TERMUX_PKG_VERSION}
termux_step_pre_configure () {
cd $TERMUX_PKG_SRCDIR
autoreconf -i
}