Skip to content

Commit

Permalink
Merge pull request #159775 from Porkepix/bump-tbls-1.72.1
Browse files Browse the repository at this point in the history
tbls 1.72.1
  • Loading branch information
BrewTestBot authored Jan 12, 2024
2 parents dd9991f + 2cc9ff3 commit b94f702
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/tbls.rb
Original file line number Diff line number Diff line change
@@ -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.72.0.tar.gz"
sha256 "5aa55ac4e006e724d91066e3c36a30ef0e7f80aebd91f5bea9cced16f4764469"
url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.72.1.tar.gz"
sha256 "16456bcf14f48ea174126322b171a8c7e6e9fcd2340ab4b0edcce16212516aa7"
license "MIT"
head "https://github.com/k1LoW/tbls.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9a10e0bf945c8b5e2876b104df292d193f8bba6f9665dbf4a15438f07bbf3f9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "01259e2d020fe90ae3e4908af7aedbfe5aa2f25f7df7a8d26df025b8b1630221"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d11a94eff8ea9837d9e77dcd6532601a090710d5502f666268aecf3c93b99221"
sha256 cellar: :any_skip_relocation, sonoma: "80684ff329750ef7d859f691d797fd42b9cf90add385a9e60bea6d7cf2dfc4b6"
sha256 cellar: :any_skip_relocation, ventura: "4f0e9255537fd6918770f14a03b8017921c42a8efc2eb7be3764657fb2915b73"
sha256 cellar: :any_skip_relocation, monterey: "82b963f708e0118c35f3b12042332f673d68ebbefe624254de163ad4fd0f78c0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8448fd56d1f4079046938460c8e5e9fa88fe3dcbbd6ba4a7b4e3ef6b91911fe4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4c393cbecfd9e309cb8b190caadd299fdf998a794923b6ad2ea2756026ad4ba"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5317c039a0b99c2393ec66243e32fe23b9cf605dc64cc9524b7fb76861021f76"
sha256 cellar: :any_skip_relocation, arm64_monterey: "edfadd205ddd9057fe52e079e1f71332d8969f32595b1add2b1d91c2e168b07b"
sha256 cellar: :any_skip_relocation, sonoma: "c83f81f34c02342ff94f72eafa303cd0b440ddbb87b46744944f2e2e77b528db"
sha256 cellar: :any_skip_relocation, ventura: "a75ee901b6918076c06b06f7fcf93ee313415c17fb2701a7c475ea781456975a"
sha256 cellar: :any_skip_relocation, monterey: "2eaa30d45fad7ddd8a5de7e89d4827cfe1d8875d1a1d27a4728894813fda4042"
sha256 cellar: :any_skip_relocation, x86_64_linux: "96df9ac8dcf8ae88365bcd2a662b2ddf7cfbb79ca505ffaf27f862b5b56c4150"
end

depends_on "go" => :build
Expand Down

0 comments on commit b94f702

Please sign in to comment.