Update bump-notevc.yml

This commit is contained in:
Darwin Cereska
2025-11-10 20:49:29 -05:00
committed by GitHub
parent adf0640fad
commit 5b6d42b0b7

View File

@@ -65,10 +65,6 @@ jobs:
# Update version
sed -i "s/^ version \".*\"/ version \"${version}\"/" Formula/notevc.rb
# Update URLs
sed -i "s|notevc-macos-arm64\"|notevc-macos-arm64\"|" Formula/notevc.rb
sed -i "s|notevc-linux-x64\"|notevc-linux-x64\"|" Formula/notevc.rb
# Update macOS SHA256 in its block
sed -i "/if OS\.mac\?/ { :a; N; /sha256 \"/ { s/sha256 \".*\"/sha256 \"${mac_hash}\"/; b; }; ba }" Formula/notevc.rb