fix(scripts): bump age to v1.1.1

This commit is contained in:
Harsh Shandilya 2023-06-08 11:36:13 +00:00
parent 465191609b
commit 72078b2768

View file

@ -4,7 +4,7 @@ set -euxo pipefail
TEMP_DIR="$(mktemp -d)"
BIN_DIR=""
AGE_VERSION="v1.0.0"
AGE_VERSION="v1.1.1"
AGE_FILE=""
case "$(uname)" in
@ -21,7 +21,7 @@ esac
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
rm age/LICENSE
mkdir -p "${BIN_DIR}"