[arch-commits] Commit in sqlc/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sun Apr 3 09:28:51 UTC 2022


    Date: Sunday, April 3, 2022 @ 09:28:50
  Author: grawlinson
Revision: 1180954

upgpkg: sqlc 1.13.0-1

New upstream release.

Modified:
  sqlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 09:22:49 UTC (rev 1180953)
+++ PKGBUILD	2022-04-03 09:28:50 UTC (rev 1180954)
@@ -2,7 +2,7 @@
 # Contributor: Alkindi42
 
 pkgname=sqlc
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="Compile SQL to type-safe Go"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='45bd150197805787cdf10e67222c28113f3c627f'
+_commit='e7aa4bd581b1c24f27b61dbed8018f4f7af5d3fc'
 source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit")
 b2sums=('SKIP')
 



More information about the arch-commits mailing list