From b3953e39db3e1516c85e15e0887c09f983fb638f Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Wed, 2 Sep 2020 13:19:58 -0500 Subject: [PATCH] Update ReleaseChecklist.md: Add Homebrew formula bump description. --- ReleaseChecklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index 069098f20..2071058f0 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -30,6 +30,7 @@ - [ ] Take the tarball from the upload directory (its name should be ``solidity_x.x.x.tar.gz``, otherwise ``prerelease.txt`` was missing in the step before) and upload the source tarball to the release page. ### Homebrew and MacOS + - [ ] Update the version and the hash (``sha256sum solidity_x.x.x.tar.gz``) in https://github.com/Homebrew/homebrew-core/blob/master/Formula/solidity.rb - [ ] Update the version and the hash (``sha256sum solidity_x.x.x.tar.gz``) in https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb - [ ] Take the binary from the ``b_osx`` run of the released commit in circle-ci and add it to the release page as ``solc-macos``.