Date: Thursday, May 11, 2023 @ 20:40:09
  Author: grawlinson
Revision: 1459985

upgpkg: sqlc 1.18.0-1; new upstream release

Modified:
  sqlc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-11 20:39:52 UTC (rev 1459984)
+++ PKGBUILD    2023-05-11 20:40:09 UTC (rev 1459985)
@@ -2,7 +2,7 @@
 # Contributor: Alkindi42
 
 pkgname=sqlc
-pkgver=1.17.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='Compile SQL to type-safe Go'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc' 'gcc-libs')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='140db73005598164c08ae3bc3d2f5c7ffa63f26b'
+_commit='e4b1c1873690a5b1006436024f0e6c25166bed76'
 source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit";)
 b2sums=('SKIP')
 

Reply via email to