Skip to content

Commit f13806b

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Upgrade goose to v0.9.4
1 parent 2ec3eee commit f13806b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.3"
2+
version "0.9.4"
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: "7ed1d3a9f3904414b3c2c8999e88fde99f293ba6"
7+
revision: "07c09f508c69b2ed0ea8b85ce2bf7a32cadec0ec"
88
name "Review Goose"
99
desc "Menubar for GitHub pull request tracking and notifications"
1010
homepage "https://codegroove.dev/products/goose/"

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

0 commit comments

Comments
 (0)