From 8bbf5525b4791fd528fb10affd917d070bc9b1b0 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 26 Oct 2024 15:08:06 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Use=20MAS=5FVERSION=20in=20root?= =?UTF-8?q?=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/version_bump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/version_bump b/script/version_bump index 2d1dcad..d3a52b7 100755 --- a/script/version_bump +++ b/script/version_bump @@ -53,5 +53,5 @@ for file in ${LOCAL_MAS_FORMULA_PATH} ${LOCAL_TAP_FORMULA_PATH}; do echo "${file}" sd '( +tag: +)"[^"]+"' "\$1\"${MAS_VERSION}\"" "${file}" sd '( +revision: +)"[^"]+"' "\$1\"${REVISION}\"" "${file}" - sd '( +root_url "https://github.com/mas-cli/mas/releases/download/v).+' "\${1}${REVISION}\"" "${file}" + sd '( +root_url "https://github.com/mas-cli/mas/releases/download/v).+' "\${1}${MAS_VERSION}\"" "${file}" done