Skip to content

Commit 5bd95f9

Browse files
committed
upgrade package to v0.9.6
1 parent b048bca commit 5bd95f9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Casks/review-goose.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
cask "review-goose" do
2-
version "0.9.4"
2+
version "0.9.6"
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: "07c09f508c69b2ed0ea8b85ce2bf7a32cadec0ec"
8-
name "Review Goose"
7+
revision: "763302eccd747b176babe69f912475092bafed6f"
8+
name "reviewGOOSE"
99
desc "Menubar for GitHub pull request tracking and notifications"
1010
homepage "https://codegroove.dev/products/goose/"
1111

1212
depends_on formula: "go"
1313
depends_on formula: "gh"
1414

15-
app "out/Review Goose.app"
15+
app "out/reviewGOOSE.app"
1616

1717
preflight do
1818
system_command "make",

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.4",
7-
revision: "07c09f508c69b2ed0ea8b85ce2bf7a32cadec0ec"
6+
tag: "v0.9.6",
7+
revision: "763302eccd747b176babe69f912475092bafed6f"
88
license "GPL-3.0"
99
head "https://github.com/codeGROOVE-dev/goose.git", branch: "main"
1010

0 commit comments

Comments
 (0)