Skip to content

Commit 1e2a03d

Browse files
authored
Merge pull request Homebrew#192956 from Homebrew/bump-tgui-1.6.0
tgui 1.6.0
2 parents 9a914ad + 684a4b7 commit 1e2a03d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/t/tgui.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Tgui < Formula
22
desc "GUI library for use with sfml"
33
homepage "https://tgui.eu"
4-
url "https://github.com/texus/TGUI/archive/refs/tags/v1.5.0.tar.gz"
5-
sha256 "b95595d10f84077183a86fa52efa6abbf45a96050f8019cb0966813e84431b01"
4+
url "https://github.com/texus/TGUI/archive/refs/tags/v1.6.0.tar.gz"
5+
sha256 "f405bc87174d8a781810c83223e07c048742b1ec7d0fd16bd32833e116654490"
66
license "Zlib"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "e5ef2ca959866884c8fc0438a07b3802c586993484511b9a33a204a4c43b65d1"
10-
sha256 cellar: :any, arm64_sonoma: "c3faac1d98846f88c860ccdb7ad67eaf9a04e5084324d92b0319147e74102501"
11-
sha256 cellar: :any, arm64_ventura: "541b10a466a04e1df0245b63c438923282c80fe604f02faf1b4bd3b53549e824"
12-
sha256 cellar: :any, arm64_monterey: "a711e18947f79d449ac31d05b9bc7dfaa5b8784f4d986e49ac082b80131f878a"
13-
sha256 cellar: :any, sonoma: "890f502405a0c8602d640abf089009f25d1c51a24abb6367036d0a79620470c8"
14-
sha256 cellar: :any, ventura: "3cb6ec8417100dbabb0fc3644b67cf7ffcb3007983fdefa894f46976eec15e2a"
15-
sha256 cellar: :any, monterey: "5db8a4e8c5aa1d25b8f7202049a1bf50315b9bbf73df871ac64e1bac4818cec9"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d472361e1f07167f00c4676aa953b33a1bed24a08b2d10521a1d68f5b6745370"
9+
sha256 cellar: :any, arm64_sequoia: "331c410afae43834b90cd3bb839372a0703a1ba2519828694d93e6e4173719ea"
10+
sha256 cellar: :any, arm64_sonoma: "d1f06fe4bc9dd7c1d44dd1e5c77a9a61962913d7bf873d9c727ad1b16936e1ad"
11+
sha256 cellar: :any, arm64_ventura: "9bc3f9072df6bf1b2c7e72daedeaa82619eb7b4068b9232344362b30a6169e1c"
12+
sha256 cellar: :any, sonoma: "4e93e653944bfafd353bc668bdec36e3d58d52e21220a5020a8547c7be970bd1"
13+
sha256 cellar: :any, ventura: "5b8921bc9dab21a3ba1ec678d6944abd23bf599c9bf70d6280f744d71a8930e3"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e82936a0501104e046783f83bfc8664a4896a6e5a3a338fbc0ec9aee0b523cfd"
1715
end
1816

1917
depends_on "cmake" => :build

0 commit comments

Comments
 (0)