summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-07-26 19:41:28 +1200
committerGeorge Rawlinson2022-07-26 19:41:28 +1200
commitd352ba723ed74761e4e5355d9297c650c19b8685 (patch)
treec36c8285a0ee534a973d5599dd1e15c274262c16
parent6e33ece2fbd455b7ecb61d26e028d113b9422797 (diff)
downloadaur-d352ba723ed74761e4e5355d9297c650c19b8685.tar.gz
upgpkg: sqlboiler 4.12.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d1c3927f043..884474abced7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlboiler
pkgdesc = Generate a Go ORM tailored to your database schema
- pkgver = 4.11.0
+ pkgver = 4.12.0
pkgrel = 1
url = https://github.com/volatiletech/sqlboiler
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = sqlboiler
makedepends = go
depends = glibc
options = !lto
- source = sqlboiler::git+https://github.com/volatiletech/sqlboiler.git#commit=bc95b73197625bec4b676a96c7c322eead29af1f
+ source = sqlboiler::git+https://github.com/volatiletech/sqlboiler.git#commit=c34167281c8663a2775bcaaf8a1947eedb62dfab
b2sums = SKIP
pkgname = sqlboiler
diff --git a/PKGBUILD b/PKGBUILD
index 2a41cb229715..d5ad8fe8002b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(
'sqlboiler-psql'
# TODO: add mysql split package
)
-pkgver=4.11.0
+pkgver=4.12.0
pkgrel=1
pkgdesc='Generate a Go ORM tailored to your database schema'
arch=('x86_64')
@@ -15,7 +15,7 @@ license=('BSD')
depends=('glibc')
makedepends=('git' 'go')
options=('!lto')
-_commit='bc95b73197625bec4b676a96c7c322eead29af1f'
+_commit='c34167281c8663a2775bcaaf8a1947eedb62dfab'
source=("$pkgbase::git+$url.git#commit=$_commit")
b2sums=('SKIP')