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 5bd723f commit 190af7a
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 @@ -43,7 +43,7 @@ jobs:
export SHA=`cat ${VERSION}.tar.gz | sha256sum -b | cut -d " " -f 1`
echo ${SHA}
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
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
git config user.name "Kasper Peeters"
Expand Down

0 comments on commit 190af7a

Please sign in to comment.