Skip to content
Merged

tbox 1.7.9 #255838

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/t/tbox.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Tbox < Formula
desc "Glib-like multi-platform C library"
homepage "https://github.com/tboox/tbox"
url "https://github.com/tboox/tbox/archive/refs/tags/v1.7.7.tar.gz"
sha256 "ae387dcf1952aca572516bdce4a47d04e9b411f5bf7add281247af7c874f3c3f"
url "https://github.com/tboox/tbox/archive/refs/tags/v1.7.9.tar.gz"
sha256 "8d4bba88bb279c4ff71677d15f8bfc20dfbdc3b4eee27b540fb979fe5af65e56"
license "Apache-2.0"
head "https://github.com/tboox/tbox.git", branch: "master"
head "https://github.com/tboox/tbox.git", branch: "dev"

livecheck do
url :stable
Expand Down
Loading