From 7ecbf60fb8f369dc785114c72b9bdc571c64eb2b Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 26 Oct 2024 14:57:33 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20version=20in=20root=5Fu?= =?UTF-8?q?rl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/version_bump | 1 + 1 file changed, 1 insertion(+) diff --git a/script/version_bump b/script/version_bump index 3a34433..76da9ef 100755 --- a/script/version_bump +++ b/script/version_bump @@ -53,4 +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}" done