mirror of
https://github.com/andrew-d/static-binaries.git
synced 2024-12-28 09:08:20 +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
|
ZLIB_VERSION=1.2.8
|
||||||
PCRE_VERSION=8.36
|
PCRE_VERSION=8.36
|
||||||
LZMA_VERSION=5.0.8
|
LZMA_VERSION=5.0.8
|
||||||
|
AG_VERSION=master
|
||||||
|
|
||||||
|
|
||||||
function build_musl() {
|
function build_musl() {
|
||||||
@ -73,7 +74,7 @@ function build_ag() {
|
|||||||
cd /build
|
cd /build
|
||||||
|
|
||||||
# Clone
|
# 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
|
cd the_silver_searcher
|
||||||
|
|
||||||
# Autoconf
|
# Autoconf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user