This homebrew repository is the home of writer-toolbox.
Make sure that the release has been tagged in [email protected]:Infomaker/writer-toolbox.git
Start by calculating the SHA-256 sum of the new release. Replace 3.0.0
(i.e. the latest tag in git) with the new version:
$ curl -sL https://github.com/Infomaker/writer-toolbox/archive/3.0.0.tar.gz | shasum -a 256
$ 5e9bc40a33575cc3724fd4ae116646876880b12a6a0fce55e07f798239ffc02f -
Next, edit the writer-toolbox.rb
file.
In url
, replace the version info.
In sha256
, enter the new shasum above.
in main.appVersion
, replace with new version
Follow principle of gitflow when creating a new release.