ngrok / homebrew-ngrok

ngrok agent homebrew tap
1 stars 0 forks source link

update cask to scrape its own download links #1

Closed zach-sherman closed 3 years ago

zach-sherman commented 3 years ago

This ensures that the cask will always be up to date and obviates the need for proprietary generation code. Because checksums do not have "do" blocks, we change it to :no_check. This is common practice for always up-to-date packages.

zach-sherman commented 3 years ago

whoops yeah version doesn't accept any logic so it'd have to be :latest.

homebrew claims "The block will be called immediately before downloading", so I doubt any update-reminder functionality would work. Didn't realize homebrew did that, if it's important to protect then prob should just close this PR. I'm sure brew upgrade would run the check otherwise no idea why they'd recommend going down this rabbit-hole. Can test more tomorrow.