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 6cc714e commit 4d3fc20Copy full SHA for 4d3fc20
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.28.0.tar.gz"
5
- sha256 "0f7f6992855c487871d331443a7091e1a62a345968483b581b20a7259f557af3"
+ url "https://github.com/sqlc-dev/sqlc/archive/refs/tags/v1.29.0.tar.gz"
+ sha256 "7f26a9539d25df18d3cd2f02785b5a08e30adf568a08b50c5504556f16c1fb5d"
6
license "MIT"
7
head "https://github.com/sqlc-dev/sqlc.git", branch: "main"
8
0 commit comments