Skip to content

Commit

Permalink
update bottle block lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Schwamborn committed Apr 15, 2021
1 parent 2472de5 commit 8a35c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ git commit -m "sumo: archive formula for version ${OLD_VERSION}"
echo "bumping formula version..."
brew bump-formula-pr -v --write --no-audit --url=${SUMO_SRC_URL} ${FORMULA_NAME}
# remove bottle block
# NOTE: dirty hack assumes lines 11-16
sed '11,16d' /usr/local/Homebrew/Library/Taps/dlr-ts/homebrew-sumo/Formula/sumo.rb > Formula/sumo.rb
# NOTE: dirty hack assumes lines 12-16
sed '12,16d' /usr/local/Homebrew/Library/Taps/dlr-ts/homebrew-sumo/Formula/sumo.rb > Formula/sumo.rb
git add Formula/sumo.rb
git commit -m "sumo: update formula to v${NEW_VERSION}"

Expand Down

0 comments on commit 8a35c7b

Please sign in to comment.