meta: versioning properly is now supported

This commit is contained in:
june 2025-03-17 22:34:52 +13:00
parent 3e760d5ce3
commit cb8b4e855f
Signed by untrusted user who does not match committer: breadone
GPG Key ID: FDC19FE143200483

View File

@ -34,7 +34,7 @@ echo 'cask "'$(echo "$APPNAME_TRIM" | tr '[:upper:]' '[:lower:]')'" do' # lowerc
echo ' version "'$version'"'
echo ' sha256 "'$hash'"'
echo ''
echo ' url "'$S3_BUCKET/$ZIP_PATH'"'
echo ' url "'$S3_BUCKET/$APPNAME_TRIM-#{version}.zip'"'
echo ' name "'$APPNAME'"'
echo ' desc "ENTER_DESCRIPTION"'
echo ' homepage "ENTER_HOMEPAGE"'