rustyrazorblade / easy-cass-lab

Create Apache Cassandra lab environments in AWS
https://rustyrazorblade.com/
Other
11 stars 7 forks source link

Release script should update homebrew formula #172

Closed rustyrazorblade closed 4 months ago

rustyrazorblade commented 4 months ago

https://github.com/rustyrazorblade/homebrew-rustyrazorblade/blob/main/Formula/easy-cass-lab.rb

rustyrazorblade commented 4 months ago

We need the URL and SHA256 of the file at the URL:

url "https://github.com/rustyrazorblade/easy-cass-lab/releases/download/v1/easy-cass-lab-1.tar.gz"
sha256 "c24346a84fae639f0f5876f078a484deff923b00f8868b48f86242dd2d96c499"

❯ sha2 -256 easy-cass-lab-1.tar.gz SHA-256 (easy-cass-lab-1.tar.gz) = c24346a84fae639f0f5876f078a484deff923b00f8868b48f86242dd2d96c499

rustyrazorblade commented 4 months ago

Looks like this can be tested by doing the following from the homebrew-rustyrazorblade repo:

brew uninstall easy-cass-lab
brew install --build-from-source ./Formula/easy-cass-lab.rb

Manually pushing up the 2.0 update to make sure I have the workflow right, then knocking out #156 for 5.0 RC-1 support. Should release v3 soon after.