Skip to content

Commit

Permalink
Merge pull request #195738 from Homebrew/bump-ghq-1.6.3
Browse files Browse the repository at this point in the history
ghq 1.6.3
  • Loading branch information
BrewTestBot authored Oct 27, 2024
2 parents 14e5534 + 7693cdb commit dc47052
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/g/ghq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ class Ghq < Formula
desc "Remote repository management made easy"
homepage "https://github.com/x-motemen/ghq"
url "https://github.com/x-motemen/ghq.git",
tag: "v1.6.2",
revision: "d79add20f26e7c079295e79496310ce3b6eabed1"
tag: "v1.6.3",
revision: "93f221319768f8e4f90ebc21cc60f3edf26de2ef"
license "MIT"
head "https://github.com/x-motemen/ghq.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b1e5f1d94c1342f87b9ab5772b932b6b7249dd31d5191c993f11911aceed228"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0de47f832a39f6a6fadc1efb785798fc30b96095241c0e26abafa214beaffeb4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1d5ccc6c9d8d68f72a0a53b78ba47a42085b3d54a3ebf9d1ee813f677af263d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9b255e56677ea5870dbfa2431f8ef8434320df212c8c0dceb241d483aa0c9c49"
sha256 cellar: :any_skip_relocation, sonoma: "32865ce27aecdd29458fa0371995995f83d1dfd7baa85774a922ab93a8d430f6"
sha256 cellar: :any_skip_relocation, ventura: "b6359c97d379ee92cdd952af9851ab2ae095d40ccde886dfabe9f65a43c9815e"
sha256 cellar: :any_skip_relocation, monterey: "0c03d1110c19c45bd4fec65f74903ae47b9d18e755deb10f16b049074ae4fcc1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "02a8e7c24af366f7136c2d5825175517ba12a5e042456f1354780ef24f0e217d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb7d09f3c9a62c0f21b254f2b1098c0a9cea3955d216fc66d52402b3add2755f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe79d4cba078614169137f470aff96f6caf945b997c9dead3a23a644021172e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ceddd97f41b697dbd1a9b7c0a7f96e90677a1b0738101071e535614cdc064e5d"
sha256 cellar: :any_skip_relocation, sonoma: "72edd1840c581cb28cb63c778542cd5923a862f5e3dd49ef95be93b53f274cd7"
sha256 cellar: :any_skip_relocation, ventura: "b1fc56201cc8feb513558325bb78a38906481bf5825d201d74ebac9d95cef599"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b5beda9520880aaf3330cf32701dbc4e29e44ddf5ca1042989fdd48e4bbee0"
end

depends_on "go" => :build
Expand Down

0 comments on commit dc47052

Please sign in to comment.