bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Upgrade the version in Homebrew #81

Closed nikolay closed 3 years ago

nikolay commented 3 years ago

It is still having the defunct versions 1.6 in there.

dougharris commented 3 years ago

PR submitted to homebrew: https://github.com/Homebrew/homebrew-core/pull/73777

I did this using the "How To Open a Homebrew Pull Request" steps, specifically:

brew bump-formula-pr --sha256 5367e1ad32c6f895a3b85b9cb8a61aa73f402f86156db074e06f5f0a39614d19 --url https://github.com/bcicen/slackcat/archive/refs/tags/1.7.1.tar.gz slackcat

I got the URL from this repo's release page and then ran sha512sum on that to get the hash.

dougharris commented 3 years ago

and somebody else submitted the PR for 1.7.2 and it's available!

brew update && brew upgrade slackcat

bcicen commented 3 years ago

closing resolved

nikolay commented 3 years ago

Thank you! 🎉