Skip to content

Commit

Permalink
Add homebrew worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 28, 2024
1 parent f2ca6af commit 9bf58e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export VERSION=$(cat build/VERSION)
wget https://github.com/kpeeters/cadabra2/archive/refs/tags/${VERSION}.tar.gz
export SHA=`cat ${VERSION}.tar.gz | sha256sum -b | cut -d " " -f 1`
cd ../homebrew-repo
cd homebrew-repo
cat cadabra2.rb | sed -e 's/$ url .*/ url "https:\/\/github.com\/kpeeters\/cadabra2\/archive\/refs\/tags\/${VERSION}.tar.gz"/' | sed -e 's/ sha256.*/ sha256 "${SHA}"/' > out.rb
mv out.rb cadabra2.rb
cat cadabra2.rb

0 comments on commit 9bf58e9

Please sign in to comment.