mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
Update bump-notevc.yml
This commit is contained in:
4
.github/workflows/bump-notevc.yml
vendored
4
.github/workflows/bump-notevc.yml
vendored
@@ -66,8 +66,8 @@ jobs:
|
||||
sed -i "s/^ version \".*\"/ version \"${version}\"/" Formula/notevc.rb
|
||||
|
||||
# Update URLs
|
||||
sed -i "s|notevc/releases/download/.*notevc-macos-arm64\"|${mac_url}\"|" Formula/notevc.rb
|
||||
sed -i "s|notevc/releases/download/.*notevc-linux-x64\"|${linux_url}\"|" Formula/notevc.rb
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user