Update Tea version

To potentially fix the problem:
`Error: ambiguous arguments: provide tagname via --tag or argument, but not both`
This commit is contained in:
Mynacol 2025-08-08 07:40:00 +00:00
parent 31e2907aa0
commit 3062a1a0f1

View file

@ -13,7 +13,7 @@ if ${VERBOSE:-false}; then set -x; fi
: "${TMP_DIR:=$(mktemp -d)}"
: "${GNUPGHOME:=$TMP_DIR}"
: "${TEA_BIN:=$TMP_DIR/tea}"
: "${TEA_VERSION:=0.9.0}"
: "${TEA_VERSION:=0.10.1}"
: "${OVERRIDE:=false}"
: "${HIDE_ARCHIVE_LINK:=false}"
: "${RETRY:=1}"