Date: Wednesday, November 9, 2022 @ 06:34:57
  Author: grawlinson
Revision: 1346078

upgpkg: sqlc 1.16.0-1; new upstream release

Modified:
  sqlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 06:33:26 UTC (rev 1346077)
+++ PKGBUILD    2022-11-09 06:34:57 UTC (rev 1346078)
@@ -2,7 +2,7 @@
 # Contributor: Alkindi42
 
 pkgname=sqlc
-pkgver=1.15.0
+pkgver=1.16.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='61f175806a0c95ed571d2bde62a63b14cf5f01da'
+_commit='89922d459cc11e2051ef3c37979e6b2223565271'
 source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit";)
 b2sums=('SKIP')
 

Reply via email to