You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s|stats_provider-[0-9.]\+-aarch64-apple-darwin.tar.gz|stats_provider-${VERSION}-aarch64-apple-darwin.tar.gz|g" $FORMULA
66
-
sed -i "s|stats_provider-[0-9.]\+-x86_64-apple-darwin.tar.gz|stats_provider-${VERSION}-x86_64-apple-darwin.tar.gz|g" $FORMULA
65
+
sed -i "s|releases/download/[^/]*/stats_provider-[^-]*-aarch64-apple-darwin|releases/download/${VERSION}/stats_provider-${VERSION}-aarch64-apple-darwin|g" $FORMULA
66
+
sed -i "s|releases/download/[^/]*/stats_provider-[^-]*-x86_64-apple-darwin|releases/download/${VERSION}/stats_provider-${VERSION}-x86_64-apple-darwin|g" $FORMULA
67
67
sed -i "/aarch64-apple-darwin.tar.gz/,/sha256/ s|sha256 \".*\"|sha256 \"${ARM_SHA256}\"|" $FORMULA
68
68
sed -i "/x86_64-apple-darwin.tar.gz/,/sha256/ s|sha256 \".*\"|sha256 \"${INTEL_SHA256}\"|" $FORMULA
0 commit comments