George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
sqlc
Commits:
8578113e by George Rawlinson at 2023-11-25T12:19:26+13:00
upgpkg: 1.24.0-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sqlc
pkgdesc = Compile SQL to type-safe Go
- pkgver = 1.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://sqlc.dev
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = sqlc
depends = glibc
depends = gcc-libs
options = !lto
- source =
sqlc::git+https://github.com/sqlc-dev/sqlc.git#commit=0de01abb764e31c1844437647103844021a3908c
+ source =
sqlc::git+https://github.com/sqlc-dev/sqlc.git#commit=8eb91c3f72747829ce4f36fa5065ab0fd5b9551f
b2sums = SKIP
pkgname = sqlc
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Alkindi42
pkgname=sqlc
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Compile SQL to type-safe Go'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('glibc' 'gcc-libs')
makedepends=('git' 'go')
options=('!lto')
-_commit='0de01abb764e31c1844437647103844021a3908c'
+_commit='8eb91c3f72747829ce4f36fa5065ab0fd5b9551f'
source=("$pkgname::git+https://github.com/sqlc-dev/sqlc.git#commit=$_commit")
b2sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlc/-/commit/8578113e305c5352bd9893f4bdf128f53c026c5f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlc/-/commit/8578113e305c5352bd9893f4bdf128f53c026c5f
You're receiving this email because of your account on gitlab.archlinux.org.