hashicorp / homebrew-tap

Homebrew Tap of HashiCorp products and tools
Mozilla Public License 2.0
133 stars 57 forks source link

Restore the levant.rb SHASUMS update from #218 #219

Closed gempesaw closed 1 year ago

gempesaw commented 1 year ago

context

in #218 this file was added but seems to have had an extra cd on the filename levant.rbcd and then subsequently deleted

but, i think we actually do want this sha update? otherwise, i cannot install levant with homebrew due to SHASUM mismatch; it expects the old one, but the actual one doesn't match

bash-5.0$ brew update
Already up-to-date.
bash-5.0$ brew install hashicorp/tap/levant
==> Fetching hashicorp/tap/levant
==> Downloading https://releases.hashicorp.com/levant/0.3.2/levant_0.3.2_darwin_amd64.zip
Already downloaded: /Users/dgempesaw/Library/Caches/Homebrew/downloads/70e32d7e152e0fa53ab8fe8be1784ede1c3f9856576bc51861780a14fd2e4434--levant_0.3.2_darwin_amd64.zip
Error: levant: SHA256 mismatch
Expected: e75b24fa4b1fab25ebb30776e7e02b56ae173d06e77ff8a7bec7354daa459c0c
  Actual: 7406a9f089227254f3ed7eb4f67d22dc28c44b41f2233391b5f0d3ffa1be861e
    File: /Users/dgempesaw/Library/Caches/Homebrew/downloads/70e32d7e152e0fa53ab8fe8be1784ede1c3f9856576bc51861780a14fd2e4434--levant_0.3.2_darwin_amd64.zip
To retry an incomplete download, remove the file above.
bash-5.0$ 

changes

i went to that deleted commit, clicked the Raw link in github, copied the entire contents, and put it in my fork :P the only change was that one SHA, the others in the file didn't change 🤷🏽

idk if the other SHASUMS are correct as-is, or if they also need changes...

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.

smacfarlane commented 1 year ago

Thank you for this update @gempesaw !