Skip to content

Commit

Permalink
Merge pull request #150146 from Porkepix/bump-tbls-1.70.0
Browse files Browse the repository at this point in the history
tbls 1.70.0
  • Loading branch information
BrewTestBot authored Oct 8, 2023
2 parents ad7dda9 + 230537e commit 06ea478
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.69.2.tar.gz"
sha256 "f3a4f3aab5b07afa5b30166cc5020b547576a9d119ea93d7172c0357510464cb"
url "https://github.com/k1LoW/tbls/archive/refs/tags/v1.70.0.tar.gz"
sha256 "d7a21f2f78c2ece1123f32471e4433e2497c010653ea263aac150c3e74ef8e99"
license "MIT"
head "https://github.com/k1LoW/tbls.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a4cfe0104f251e1c5e1bf23b88b414cad2929ded2246c8fa3cc9fda01194eab"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2d2278f756bc4c0ce4cee0d39a8bbe1770d34cf9579afb5129fd7e1f9dc8a831"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e0f25bc999baa3f859fc1b10a7b21ebea6cb7f903fde00f5327bf55d930b3d95"
sha256 cellar: :any_skip_relocation, sonoma: "c35f6165d719d579072c2f0e3bcf03863f2050f9f6eb103a56d27f6fcf5527b5"
sha256 cellar: :any_skip_relocation, ventura: "1a6220b49939af61d847241e85a5b3cf3cca65a4bc5b016ab57a6e05e7770ae8"
sha256 cellar: :any_skip_relocation, monterey: "4d3ab0a44c6894ef823493fa158dbd05efc76d965161428cf52073da0594b410"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e0ff189fee6784a63e17c24eecc2f915f2be5b45f551cae9a25f143372ac934"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34cb88c34898a0b25a8febc88c32bfc9822e47bf67ffa0b659d760c18db44f49"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f77fde1bc06947273b8a4058e193b9a7642623d3fbe09b1c30de5621117c25be"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f4d78347a584f7ac14fae08c69104ca94f7a324b7533ca0db0152c57fbded3d7"
sha256 cellar: :any_skip_relocation, sonoma: "317214583a30a5641fdc3883d2a295dec583a1eb4770aca3182e318ee985ebed"
sha256 cellar: :any_skip_relocation, ventura: "3251c3d9ffa6e6250bc2c5fa267b0860b4112e70e3f6816478629d1b08458fcd"
sha256 cellar: :any_skip_relocation, monterey: "f665ab1ce598d0b48cc39b6184d85ee6fc3b4db88721653c643297e5d74b6912"
sha256 cellar: :any_skip_relocation, x86_64_linux: "855de22a91424e4f410779cd34c927a150ff24567a7f94021f5effca8e2e4f16"
end

depends_on "go" => :build
Expand Down

0 comments on commit 06ea478

Please sign in to comment.