Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 609 Bytes

Updating the alibuild recipe

Full instructions at:

https://docs.brew.sh/Python-for-Formula-Authors

Short of it:

python3 -m venv alibuild-homebrew
source alibuild-homebrew/bin/activate
rehash # ZSH 
pip3 install alibuild homebrew-pypi-poet
rehash # ZSH
poet alibuild | pbcopy

This will put in your clipboard the updated dependencies. Use them to update the alibuild.rb recipe.

Also make sure you do:

curl -L https://github.com/alisw/alibuild/archive/vX.Y.Z.tar.gz | sha256sum

and use it to update the sha2sum in the same recipe. Make also sure you update the url and the version.