Skip to content

Commit 100314e

Browse files
committed
upgrade packages
1 parent d1eee47 commit 100314e

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Casks/review-goose.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cask "review-goose" do
2-
version "0.9.7"
2+
version "0.9.8"
33
sha256 :no_check # Built from source, no pre-compiled binary
44

55
url "https://github.com/codeGROOVE-dev/goose.git",
66
tag: "v#{version}",
7-
revision: "0fbef3dae872c0f610a401a37586cfe5edcdab8f",
7+
revision: "15ad233489b698e5a0f05db6f120fd3032813a13",
88
verified: "github.com/codeGROOVE-dev/goose"
99
name "reviewGOOSE"
1010
desc "Menubar for GitHub pull request tracking and notifications"

Formula/review-goose.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class ReviewGoose < Formula
33
homepage "https://codegroove.dev/products/goose/"
44

55
url "https://github.com/codeGROOVE-dev/goose.git",
6-
tag: "v0.9.7",
7-
revision: "0fbef3dae872c0f610a401a37586cfe5edcdab8f"
6+
tag: "v0.9.8",
7+
revision: "15ad233489b698e5a0f05db6f120fd3032813a13"
88
license "GPL-3.0"
99
head "https://github.com/codeGROOVE-dev/goose.git", branch: "main"
1010

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ brew "<formula>"
1515

1616
## Formulas
1717

18-
- review-goose
18+
- review-goose - Menubar for GitHub pull request tracking and notifications
19+
- review-goose-cli - GitHub CLI tool that shows which PRs are waiting on you
1920

2021
## Documentation
2122

0 commit comments

Comments
 (0)