Skip to content

Commit dc69246

Browse files
authored
Merge pull request Homebrew#226981 from Homebrew/got-0.133
got 0.113
2 parents 93047a4 + 7c89913 commit dc69246

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/g/got.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Got < Formula
22
desc "Version control system"
33
homepage "https://gameoftrees.org/"
4-
url "https://gameoftrees.org/releases/portable/got-portable-0.111.tar.gz"
5-
mirror "https://pkg.freebsd.org/ports-distfiles/got-portable-0.111.tar.gz"
6-
sha256 "d096f76e91a700dd0d22fbaf9641c2b94f8a6de16f09b0f4939c9b96a9d878ce"
4+
url "https://gameoftrees.org/releases/portable/got-portable-0.113.tar.gz"
5+
mirror "https://pkg.freebsd.org/ports-distfiles/got-portable-0.113.tar.gz"
6+
sha256 "29468a1b9a35fa2aba932807595bc00d010ac54192390468f75a0ad364c56f01"
77
license "ISC"
88

99
livecheck do
@@ -12,13 +12,13 @@ class Got < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "68c85a42020eab8fc3d8c682ac925ca722972404198b2c7129fd8bc15301a82a"
16-
sha256 arm64_sonoma: "197a48d590f8151bc84c29c1eddc44ec3e093df6f34ef43f5cae7d2d9c9167de"
17-
sha256 arm64_ventura: "89586da487f0f879033b928ddd73a8fa6f53d64b1f11f491c8a8803a48620c6f"
18-
sha256 sonoma: "3f4cd4125196482e709e44dc99dd774c794b187049b0f796f4f705a95d3cd246"
19-
sha256 ventura: "3df41972ed98834ef6c38086991aec8f9f38c8709c3a4e1cedcd0963f7850545"
20-
sha256 arm64_linux: "4038503c0a1b9dd1d34c868cd1d3da6383f26b9cb0fdb645073b59491a75d039"
21-
sha256 x86_64_linux: "e07cba7746ca57fa40d78a2df34c9f100d9d18c79637f16d5968ed3e65c68093"
15+
sha256 arm64_sequoia: "72f75655bf3683761b1f8ddeecba24afb3face058dfa202cb5ba6b31006b652a"
16+
sha256 arm64_sonoma: "6fa522d7b0bcc89c697510b8150e10967543c686ec9cd6286e3d8f7da19026f9"
17+
sha256 arm64_ventura: "b18001240c484bb8f1e0f24167f90e40ae54b10996c420c5f965938e466ea6ad"
18+
sha256 sonoma: "3f314d867ff6e0853e8592f4a9004c23c47dedb2a6b171c9013ddf8a9d01e0e4"
19+
sha256 ventura: "d030d4c392b1193baab0c8d4a5e655d667946ca8c163dec0f205a1870eb41fe0"
20+
sha256 arm64_linux: "95eee8ad7430d0d60d1c489d5273cbe030a3f629117d792a487b611768c88add"
21+
sha256 x86_64_linux: "bbb1dd9920a21bb38167eb1f15aded62ccc85937c4e627d1840f7337e89076f4"
2222
end
2323

2424
depends_on "bison" => :build

0 commit comments

Comments
 (0)