diff --git a/.github/autobump.txt b/.github/autobump.txt index e7e929b28d6a2..1475231805e53 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1916,6 +1916,7 @@ tanka taplo tarantool tbb +tbls tcl-tk tcsh tctl diff --git a/Formula/t/tbls.rb b/Formula/t/tbls.rb index c38ac9360a3e0..60e3adc62cd82 100644 --- a/Formula/t/tbls.rb +++ b/Formula/t/tbls.rb @@ -1,19 +1,19 @@ class Tbls < Formula desc "CI-Friendly tool for document a database" homepage "https://github.com/k1LoW/tbls" - url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.73.3.tar.gz" - sha256 "4802033aada3401130c834042dd372ae9005ab3bc0b5b1e6bae365e0efc94332" + url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.74.0.tar.gz" + sha256 "8478239f2af8c88bb27ae0c924f5220f3670eff76fccef671d2f90a9653e04b8" license "MIT" head "https://github.com/k1LoW/tbls.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "126788304830cdde290c5175c863d1a03948ca0fa3945c03c1e4c77b86a95d03" - sha256 cellar: :any_skip_relocation, arm64_ventura: "faef222b78200d6d1d94d7533dd4a16d3d01c80393c87586e110750a381c5bd5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9e759d33825cd27fdef92ce8c94dae15580c9d163accf4aa2fbbfbd77a0d99a5" - sha256 cellar: :any_skip_relocation, sonoma: "0bedaec353828ae6f504ff19abf8292d9a1e1cf1c14f0832c811ed7f90d6afbe" - sha256 cellar: :any_skip_relocation, ventura: "55e1a683ca92b2e3f026b3785f8010c2d4392d68eade9b20943f927ef239fee0" - sha256 cellar: :any_skip_relocation, monterey: "acd7db2222633f4377c384b35bad79e0b02ef337a0247c40ae9622d3a1fc71b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2941473b92fc029e56514adeefd332227b4d3ab0040ceaecb9ee19a0eeab4b07" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4067fb68665ec560b66d52d3d6a93a5485649e00b81d753f27420a1581a2821a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cadc54caa10ff984cc70eecc56428c6f166dfef2d5eba850d524c199e3f891f5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "3f816d32127afefcc85ba279f463fc606b0679869efaf02cf43d16c3c4e63ff4" + sha256 cellar: :any_skip_relocation, sonoma: "dd7fd0903c149a7aa8ad0e09466bbe49a3c4fad9a05ae21468a18ca3b90027db" + sha256 cellar: :any_skip_relocation, ventura: "b08ce72a6357824c269f9bd9fc0d88bc91a83f3d19b99b1e83319d699856c22b" + sha256 cellar: :any_skip_relocation, monterey: "849dcae38cbc367f42655b08a7f5473606ff5d03b544682c03db1af6f27edf11" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b119ce14084a8077d8a952bccab44ea25add749e7b3ed3bd01d73fda746afc8" end depends_on "go" => :build