We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ed1b8 commit 0293e0aCopy full SHA for 0293e0a
Formula/t/tbox.rb
@@ -1,10 +1,10 @@
1
class Tbox < Formula
2
desc "Glib-like multi-platform C library"
3
homepage "https://github.com/tboox/tbox"
4
- url "https://github.com/tboox/tbox/archive/refs/tags/v1.7.7.tar.gz"
5
- sha256 "ae387dcf1952aca572516bdce4a47d04e9b411f5bf7add281247af7c874f3c3f"
+ url "https://github.com/tboox/tbox/archive/refs/tags/v1.7.9.tar.gz"
+ sha256 "8d4bba88bb279c4ff71677d15f8bfc20dfbdc3b4eee27b540fb979fe5af65e56"
6
license "Apache-2.0"
7
- head "https://github.com/tboox/tbox.git", branch: "master"
+ head "https://github.com/tboox/tbox.git", branch: "dev"
8
9
livecheck do
10
url :stable
0 commit comments