summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0315ed763325..7c5f874b8f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(
'sqlboiler-psql'
# TODO: add mysql split package
)
-pkgver=4.13.0
+pkgver=4.14.2
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='612176eb123dfbcf6f7feec48d3130de40914a72'
+_commit='e6989a7f42bc2f8e83f149bef91be49be80fb10d'
source=("$pkgbase::git+$url.git#commit=$_commit")
b2sums=('SKIP')