Skip to content

Commit

Permalink
use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePing32 committed Jul 30, 2024
1 parent f1050d8 commit 3ca2e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ METACALL_VERSION=`brew info metacall | grep -i "stable" | awk '{print $4}' | sed
METACALL_ARCH=`architecture`

mkdir pkg && cd pkg
curl -O https://raw.githubusercontent.com/metacall/brew-pkg/master/brew-pkg.rb
wget https://raw.githubusercontent.com/metacall/brew-pkg/master/brew-pkg.rb
brew install --build-from-source --overwrite --verbose ./brew-pkg.rb
brew pkg --with-deps metacall
mv metacall-${METACALL_VERSION}.pkg metacall-tarball-macos-${METACALL_ARCH}.pkg

0 comments on commit 3ca2e0a

Please sign in to comment.