diff --git a/Formula/s/sqlc.rb b/Formula/s/sqlc.rb index 8cfa5f91a7ce..c72e64c532ba 100644 --- a/Formula/s/sqlc.rb +++ b/Formula/s/sqlc.rb @@ -1,19 +1,19 @@ class Sqlc < Formula desc "Generate type safe Go from SQL" homepage "https://sqlc.dev/" - url "https://github.com/sqlc-dev/sqlc/archive/refs/tags/v1.28.0.tar.gz" - sha256 "0f7f6992855c487871d331443a7091e1a62a345968483b581b20a7259f557af3" + url "https://github.com/sqlc-dev/sqlc/archive/refs/tags/v1.29.0.tar.gz" + sha256 "7f26a9539d25df18d3cd2f02785b5a08e30adf568a08b50c5504556f16c1fb5d" license "MIT" head "https://github.com/sqlc-dev/sqlc.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "caa8d51308aa6abf0dbd6acb6f353d1dd6648a9bcef289144a5bfcc68aae5051" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6b39222f01fd18759f9eb377107e171b58f65cbef47c1cf15b23870f0b9db38" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8b777e107d47a905be13b907ac37b3a8bce4ee4e3454147f58b6bf8fd7d3a066" - sha256 cellar: :any_skip_relocation, sonoma: "1bfe4bbbbb0aaa33911858cfe85b7eebf23f55e7768aa10fc2ad9218c711aa88" - sha256 cellar: :any_skip_relocation, ventura: "d3b2510595ff558f5c8433abb4728436e6e7263b0a78a703008f7c350e66351b" - sha256 cellar: :any_skip_relocation, arm64_linux: "e728e7581667d736a70ed672a82273878f0871c4ce57f9f436cb2d7298f7ed9a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "eab99091241a87f58cbcc558e3dc820b60e916337cc7a78212e517841268f367" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b2cb8abc13302602bacb210046b3363ea5ffa62cec7f6450eb36db5d30329e1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e5bbd8ba0116438e96980d549854ba347dc8e2964ec993dfa071ba0f0c10867" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1da3bcf4cc4bea4e1161f379d638b8e39d5daabe1d39bf006627286731aceeb6" + sha256 cellar: :any_skip_relocation, sonoma: "20699ef3244bbeb467fb5f04aefd76d5da9962d2f60d8ef949d68591d0e34698" + sha256 cellar: :any_skip_relocation, ventura: "9dd512414f694c9c0ce86230c24877d6d9a0d80f3967a8241e5cfdcec4556359" + sha256 cellar: :any_skip_relocation, arm64_linux: "1673b21b686ec9fba8afe6c78343255389b33ddaa218f3e93f16c9422bf8174f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f7b484597cfb48ac5eafbb2b5e04b8c02027719162aeb0b15eb6833c8781da4" end depends_on "go" => :build