mirror of
https://github.com/andrew-d/static-binaries.git
synced 2024-12-26 23:57:18 +08:00
ag: Allow specifying what version to build
Also update to latest version
This commit is contained in:
parent
f46e562749
commit
056ef3d30f
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user