ag: Allow specifying what version to build

Also update to latest version
This commit is contained in:
Andrew Dunham 2015-03-12 17:55:10 -07:00
parent f46e562749
commit 056ef3d30f
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -9,6 +9,7 @@ MUSL_VERSION=1.1.6
ZLIB_VERSION=1.2.8
PCRE_VERSION=8.36
LZMA_VERSION=5.0.8
AG_VERSION=master
function build_musl() {
@ -73,7 +74,7 @@ function build_ag() {
cd /build
# Clone
git clone https://github.com/ggreer/the_silver_searcher.git
git clone -b ${AG_VERSION} https://github.com/ggreer/the_silver_searcher.git
cd the_silver_searcher
# Autoconf