We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc12a0 commit f465bc1Copy full SHA for f465bc1
Formula/s/sqlc.rb
@@ -1,8 +1,8 @@
1
class Sqlc < Formula
2
desc "Generate type safe Go from SQL"
3
homepage "https://sqlc.dev/"
4
- url "https://github.com/sqlc-dev/sqlc/archive/refs/tags/v1.29.0.tar.gz"
5
- sha256 "7f26a9539d25df18d3cd2f02785b5a08e30adf568a08b50c5504556f16c1fb5d"
+ url "https://github.com/sqlc-dev/sqlc/archive/refs/tags/v1.30.0.tar.gz"
+ sha256 "32a8ff2acd852c4a004383b441e6614b6c57ce1a294c0e455ab7431f017aa895"
6
license "MIT"
7
head "https://github.com/sqlc-dev/sqlc.git", branch: "main"
8
0 commit comments