Skip to content

Commit

Permalink
Merge pull request Homebrew#156050 from Moisan/bump-got-0.94
Browse files Browse the repository at this point in the history
got 0.94
  • Loading branch information
BrewTestBot authored Nov 30, 2023
2 parents 916b468 + 15c62d6 commit d5e077b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/g/got.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Got < Formula
desc "Version control system"
homepage "https://gameoftrees.org/"
url "https://gameoftrees.org/releases/portable/got-portable-0.93.tar.gz"
sha256 "c2572726bedfdc177d48482b2a23e5afba534a36918f8eeac24b48da37a920d1"
url "https://gameoftrees.org/releases/portable/got-portable-0.94.tar.gz"
sha256 "846d3f6beb24eae642c51f74f187d9096e38ab1fd2230c063bd9946b1c476779"
license "ISC"

livecheck do
Expand All @@ -11,15 +11,13 @@ class Got < Formula
end

bottle do
sha256 arm64_sonoma: "6a8a72c1351e0232f01a1a9b4609f08845b6d0847c67e4e312d4af695e72af10"
sha256 arm64_ventura: "6364a2546393d267fae2455d6ef0acc584e61e452705039fa0d8f8885feb0756"
sha256 arm64_monterey: "883659434899e025022f1808b13b140045c459917e527bfd4b199997979428ca"
sha256 arm64_big_sur: "901b926d51e26ed588a4ec82abbc78f4cb6089530c2cafe3d46e7edbbee28a91"
sha256 sonoma: "0f27d4e71301ede9ff0e37eaca9932e4569383e11828499fa13fb757ab355a21"
sha256 ventura: "fba576d1e2c318c1f8a7e36c9fdddc4d221d96da3c84d3f3d147f67f1c04818f"
sha256 monterey: "7470bb0a19daf31160f9da99d0c93dfff27c16851ae85b9c775d3a219144e251"
sha256 big_sur: "bccb073d4ca56489d9d2075b0fead4b71c38e95f8b214a4f717d25783d78e9e8"
sha256 x86_64_linux: "9b4612dd7fe2d537e3653193af5de029c001ae04a08ec43ab65053f4a5248c54"
sha256 arm64_sonoma: "486353940a182886fb38b49e8f04a971dba8010eeb254b2f24174ae8eeb41d4c"
sha256 arm64_ventura: "88d05f4ec22fb0310f326d1aef437ea71046122c0e51ad156395e74b9523d167"
sha256 arm64_monterey: "44f99b2af0a469fa2136ebbfe84c2ba7ae6ba20b7947bae922fdb3c9c44ecbe0"
sha256 sonoma: "3bf350c3feac7dc8ba9a5eb172bddb636507a330802bf430b6694f1cd16e4541"
sha256 ventura: "279d0aa2bbbe106ffa8416470a8afc24f846bebee37e2b408efd95d286036042"
sha256 monterey: "ced8ce4d714b22994d9e5da3b98e2057bde39d5772c2883e06b82b92c77ecced"
sha256 x86_64_linux: "33ce0e87551c3262022851f3abe9605e1aebc5b49b725e694af7ee48eb4c5ee6"
end

depends_on "bison" => :build
Expand Down

0 comments on commit d5e077b

Please sign in to comment.