Skip to content

Commit

Permalink
Merge pull request Homebrew#203131 from Homebrew/bump-sqlboiler-4.18.0
Browse files Browse the repository at this point in the history
sqlboiler 4.18.0
  • Loading branch information
BrewTestBot authored Jan 3, 2025
2 parents 8dc4976 + 3db1c87 commit 33c71c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/sqlboiler.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Sqlboiler < Formula
desc "Generate a Go ORM tailored to your database schema"
homepage "https://github.com/volatiletech/sqlboiler"
url "https://github.com/volatiletech/sqlboiler/archive/refs/tags/v4.17.1.tar.gz"
sha256 "a9448abf87a3adb064e7efe1ed766ae6cfc10c337a669f4bf6489f6b86ffc737"
url "https://github.com/volatiletech/sqlboiler/archive/refs/tags/v4.18.0.tar.gz"
sha256 "dcbbeef8c077a8b988fb5750fd6d334f3fddec86ea679f1071adaf82a67b2298"
license "BSD-3-Clause"
head "https://github.com/volatiletech/sqlboiler.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd36428c9657c46a5cd5bc4152673e6d0c2b766864ffc3d281d29209a06b5b3e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd36428c9657c46a5cd5bc4152673e6d0c2b766864ffc3d281d29209a06b5b3e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fd36428c9657c46a5cd5bc4152673e6d0c2b766864ffc3d281d29209a06b5b3e"
sha256 cellar: :any_skip_relocation, sonoma: "a39cbbbcdd405c71a8026b86cb935aa83cde93cdaa846e0bbe584c9e51f68da7"
sha256 cellar: :any_skip_relocation, ventura: "a39cbbbcdd405c71a8026b86cb935aa83cde93cdaa846e0bbe584c9e51f68da7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f14f33b1e37273b1b38d26874c7b465d814ece4a364f291e457017607f7d3e29"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d1abb342fdfab30d9d143054acfd4979cd0134681602551fdc7170f5a86f8815"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1abb342fdfab30d9d143054acfd4979cd0134681602551fdc7170f5a86f8815"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d1abb342fdfab30d9d143054acfd4979cd0134681602551fdc7170f5a86f8815"
sha256 cellar: :any_skip_relocation, sonoma: "42e35b08b3485f333406d5edeb2ac24a754586d75e9f43216c1611d2c816b84e"
sha256 cellar: :any_skip_relocation, ventura: "42e35b08b3485f333406d5edeb2ac24a754586d75e9f43216c1611d2c816b84e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d976fe8334514b6c20222fab1f021e5d90807fac14589c53ff3cea4516f9a1d7"
end

depends_on "go" => :build
Expand Down

0 comments on commit 33c71c4

Please sign in to comment.