File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ cd homebrew-brew
7979git checkout master
8080git fetch
8181git pull --rebase
82- sed -i ' ' -e ' s/^\ \ url .*/\ \ url ' " 'https:\/\/github.com\/wix\/AppleSimulatorUtils\/releases\/download\/${VERSION} \/${SRC_TGZ_FILE} '" ' /g' applesimutils.rb
83- sed -i ' ' -e ' s/^\ \ \ \ root\_url .*/\ \ \ \ root\_url ' " 'https:\/\/github.com\/wix\/AppleSimulatorUtils\/releases\/download\/${VERSION} '" ' /g' applesimutils.rb
84- sed -i ' ' -e ' s/^\ \ sha256 .*/\ \ sha256 ' " '" $( shasum -b -a 256 ../build/${SRC_TGZ_FILE} | awk ' { print $1 }' ) " '" ' /g' applesimutils.rb
82+ sed -i ' ' -e ' s/^\ \ url .*/\ \ url ' " 'https:\/\/github.com\/wix\/AppleSimulatorUtils\/releases\/download\/${VERSION} \/${SRC_TGZ_FILE} '" ' /g' Formula/ applesimutils.rb
83+ sed -i ' ' -e ' s/^\ \ \ \ root\_url .*/\ \ \ \ root\_url ' " 'https:\/\/github.com\/wix\/AppleSimulatorUtils\/releases\/download\/${VERSION} '" ' /g' Formula/ applesimutils.rb
84+ sed -i ' ' -e ' s/^\ \ sha256 .*/\ \ sha256 ' " '" $( shasum -b -a 256 ../build/${SRC_TGZ_FILE} | awk ' { print $1 }' ) " '" ' /g' Formula/ applesimutils.rb
8585
8686for BOTTLE in " ${BOTTLES[@]} "
8787do
8888 BOTTLE_TGZ_FILE=" applesimutils-${VERSION} .${BOTTLE} .bottle.tar.gz"
89- sed -i ' ' -e " s/^ sha256 .* => :${BOTTLE} / sha256 '$( shasum -b -a 256 ../bottle/${BOTTLE_TGZ_FILE} | awk ' { print $1 }' ) ' => :${BOTTLE} /g" applesimutils.rb
89+ sed -i ' ' -e " s/^ sha256 .* => :${BOTTLE} / sha256 '$( shasum -b -a 256 ../bottle/${BOTTLE_TGZ_FILE} | awk ' { print $1 }' ) ' => :${BOTTLE} /g" Formula/ applesimutils.rb
9090done
9191
9292git add -A
You can’t perform that action at this time.
0 commit comments