mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(scripts): bump age to v1.1.1
This commit is contained in:
parent
465191609b
commit
72078b2768
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -euxo pipefail
|
||||||
|
|
||||||
TEMP_DIR="$(mktemp -d)"
|
TEMP_DIR="$(mktemp -d)"
|
||||||
BIN_DIR=""
|
BIN_DIR=""
|
||||||
AGE_VERSION="v1.0.0"
|
AGE_VERSION="v1.1.1"
|
||||||
AGE_FILE=""
|
AGE_FILE=""
|
||||||
|
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
|
@ -21,7 +21,7 @@ esac
|
||||||
|
|
||||||
pushd "${TEMP_DIR}"
|
pushd "${TEMP_DIR}"
|
||||||
|
|
||||||
curl -L --silent --show-error --retry 3 --fail -o age.tar.gz "https://github.com/FiloSottile/age/releases/download/v1.0.0/${AGE_FILE:?}"
|
curl -L --silent --show-error --retry 3 --fail -o age.tar.gz "https://github.com/FiloSottile/age/releases/download/${AGE_VERSION}/${AGE_FILE:?}"
|
||||||
tar xvf age.tar.gz
|
tar xvf age.tar.gz
|
||||||
rm age/LICENSE
|
rm age/LICENSE
|
||||||
mkdir -p "${BIN_DIR}"
|
mkdir -p "${BIN_DIR}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue