Bump Yetus version to 0.15.0

This commit is contained in:
Shunya Ueta 2023-12-07 23:39:19 +09:00 committed by GitHub
parent b699981847
commit a1bcd46a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ mkdir -p "${ARTIFACTS}"
PIDMAX=10000 # Arbitrary limit; may need to revisit
YETUS_RELEASE=0.7.0
YETUS_RELEASE=0.15.0
YETUS_TARBALL="yetus-${YETUS_RELEASE}.tar.gz"
echo "Downloading Yetus ${YETUS_RELEASE}"
curl -L "https://api.github.com/repos/apache/yetus/tarball/rel/${YETUS_RELEASE}" -o "${YETUS_TARBALL}"