Skip to content

Commit 1101b21

Browse files
authored
Merge pull request #249964 from Homebrew/bump-tbox-1.7.8
tbox 1.7.7
2 parents efb86ba + c364332 commit 1101b21

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Formula/t/tbox.rb

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
class Tbox < Formula
22
desc "Glib-like multi-platform C library"
33
homepage "https://github.com/tboox/tbox"
4-
url "https://github.com/tboox/tbox/archive/refs/tags/v1.7.6.tar.gz"
5-
sha256 "2622de5473b8f2e94b800b86ff6ef4a535bc138c61c940c3ab84737bb94a126a"
4+
url "https://github.com/tboox/tbox/archive/refs/tags/v1.7.7.tar.gz"
5+
sha256 "ae387dcf1952aca572516bdce4a47d04e9b411f5bf7add281247af7c874f3c3f"
66
license "Apache-2.0"
77
head "https://github.com/tboox/tbox.git", branch: "master"
88

9+
livecheck do
10+
url :stable
11+
strategy :github_latest
12+
end
13+
914
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1cf6c51285cddb7eb365137a400efddad6c381245ad60d2479c5ace2819a977b"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c7947e45eec0391b3732ef28f7ef9fb0649eccee820613ed780cce5c80101a27"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6916f2df0cd8419ce91cabc711cdd273d2dde6efbc6ed3b9ca9e71c7d0eae20f"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dcdc2a92ff3cb0f2c8e4a05285f959fda6398b1862f5ec53114428dd13582560"
14-
sha256 cellar: :any_skip_relocation, sonoma: "70c1474ce62ec18b5a1b74e11a4ba24a4297231a6a142122880fcf30a331610e"
15-
sha256 cellar: :any_skip_relocation, ventura: "c88d154bbacefc84abe1e820ef715776da57469d8fd4016c25ef3c71ec17a129"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "06c79b38e83a3d7de103970975a89c6cc457180876338027035a55e2b599b598"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "42f219b5aba807212ce3b30463312c73d287031ce5f064e5f0b5f2006752cd2e"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c0157e36f3c03a6cdaf4e17b60320650aed9d99398404ca6d894c714f0b44631"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e4af286a06c7866122031814f6a626582ab9547e98e475ab98eaf6ea86189f8"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "71ed8833a338308bf58f3be6ee12841e046a381cae5850a54c5ea8b863f8c28d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "9711d7ffe9e3d9aff25a4fe4fcd8c00561abafce8165dbd12a74278c3eafa82a"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "3efecca9ec4ddd248669af677d411d92f4492614f21c3369f6b34bf4ecb7b446"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9ac90346db19743ecd7dc455f60b18c8dda35bb4d3be669811112be1b515f31"
1821
end
1922

2023
depends_on "xmake" => :build

0 commit comments

Comments
 (0)