summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-05 09:33:37 -0500
committerSean E. Russell <ser@ser1.net>2020-05-05 09:33:37 -0500
commit292c4c1bf381016b6674db279cfd111e5368b572 (patch)
tree40ed8d6a3445dbade02c682ea1ef7aa32eaad977
parent91284adcf77cd6bfeee4b36973f39ef7734b287a (diff)
Homebrew update
-rw-r--r--.github/workflows/release.yml7
-rw-r--r--README.md2
2 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6390f46..a90118a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,3 +29,10 @@ jobs:
repository: xxxserxxx/gotop-linux
event-type: my-release
client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}'
+
+ - name: Update and inform Homebrew
+ uses: dawidd6/action-homebrew-bump-formula@v3
+ with:
+ token: ${{ secrets.homebrew }}
+ formula: gotop
+ revision: ${{ steps.tag_name.outputs.tag }}
diff --git a/README.md b/README.md
index 1880298..8a3e55e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If you install gotop by hand, or you download or create new layouts or colorsche
sudo layman -a guru
sudo emerge gotop
```
-- OSX: gotop is in *homebrew-core*. `brew install gotop`. Make sure to uninstall and untap any previous installations or taps.
+- **OSX**: gotop is in *homebrew-core*. `brew install gotop`. Make sure to uninstall and untap any previous installations or taps.
- **Prebuilt binaries**: Binaries for most systems can be downloaded from [the github releases page](https://github.com/xxxserxxx/gotop/releases). RPM and DEB packages are also provided.
- **Source**: This requires Go >= 1.14. `go get -u github.com/xxxserxxx/gotop/cmd/gotop`