diff --git a/binaries/linux/x86_64/ag b/binaries/linux/x86_64/ag index 32d4405..7ef167f 100755 Binary files a/binaries/linux/x86_64/ag and b/binaries/linux/x86_64/ag differ diff --git a/the_silver_searcher/build.sh b/the_silver_searcher/build.sh index 2b3b654..ec432ab 100755 --- a/the_silver_searcher/build.sh +++ b/the_silver_searcher/build.sh @@ -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