Skip to content

Commit 5f2efdb

Browse files
authored
Merge pull request Homebrew#226928 from Homebrew/bump-tgui-1.10.0
tgui 1.10.0
2 parents 37f9e93 + 0eb24e9 commit 5f2efdb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/tgui.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.9.0.tar.gz"
5-
sha256 "7dcdb67353e9822fe7e79328ffe1ef3ca28e3a495c91f0536c8aeb250c8c0c4b"
4+
url "https://github.com/texus/TGUI/archive/refs/tags/v1.10.0.tar.gz"
5+
sha256 "b25a5f8aca7823314e268118015aa14a8eb65956e09f447010230df10dc560b0"
66
license "Zlib"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Tgui < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "9de6a742a67b9060fe72d9fce6bbb5a0c7b9b36bb3b758d81b8654e9b632f96f"
15-
sha256 cellar: :any, arm64_sonoma: "c59815ec11d8d68a337c19ec94ef57f31a26bb1abf3383cc32c5f4e30cb34a31"
16-
sha256 cellar: :any, arm64_ventura: "6140cd223e0cdc575fe6753846f3f9373802bff1d1bc8316b27d732e11d735ec"
17-
sha256 cellar: :any, sonoma: "42b27869e89eda046f0af2c9a47b8df667dc76cfa1bf945c09cc598836f17442"
18-
sha256 cellar: :any, ventura: "4574c8f7dcb63e4b8635100ec2e92b2738b48bf586675aed1f381c7a3bd53c1c"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "77683c26c5a9f470456e5a2ce74f360255d4cf4af3f996ca2afc6564d1a092dc"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "834a0f6457dd8a66bd060b50c419da0d765fc292fab6679d250a14a404ffd894"
14+
sha256 cellar: :any, arm64_sequoia: "f6f46caab2a2b966f68e41d0bf192a6dba8fa0bc5b1d10f6bf45befd33587b28"
15+
sha256 cellar: :any, arm64_sonoma: "5b9ac5c064671a3502e0379714e5d3e46b1ab0200c34cc3733f97b5d940327b1"
16+
sha256 cellar: :any, arm64_ventura: "65448ad581173ffa023bbca10808ba9adf50a1ffea0ea2b380a2463ec938b2e4"
17+
sha256 cellar: :any, sonoma: "1a1129e84d3719786533488b8c53836c7a2a7d98e19a548515136ff77fefb689"
18+
sha256 cellar: :any, ventura: "3dc2665391f4062de7f23e0e5ab573d3c3a0cbde3fdb011efcd2d5d1d350462f"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "05b2b8f955b300de27bd05acacb48a18a8bbbce384d778e06460dc73b5cde284"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e347c7220989635107b88192baf013d465cdb8ca6e7e9ea218d4b1abe2e0f36"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)