summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-10-23 00:31:24 +0300
committerCaleb Maclennan2021-10-23 00:31:24 +0300
commit2e585c212732c97f0da4c1000bcca203c13c521f (patch)
treeeb3c4ba1b386aceeab2da92ba789a286727bd070 /PKGBUILD
parent70aa900817a28a1eaa0889fc22e64b6a97672a79 (diff)
downloadaur-2e585c212732c97f0da4c1000bcca203c13c521f.tar.gz
upgpkg: dolt 0.32.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efc39e909a38..1654e45018a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.31.0
+pkgver=0.32.0
pkgrel=1
pkgdesc='Git for data! A version controlled relational database'
arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(glibc)
makedepends=(go)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::https://github.com/dolthub/dolt/archive/v$pkgver.tar.gz")
-sha256sums=('4eba3c621743e3508a93c938b3e233f09725a2db4e00c85ff3ded680d4f6c3f7')
+sha256sums=('03dbee51697ade6c6d5fdedb9929c5098235a8e4ff4466c8cac952f3070b402c')
prepare() {
cd "$_archive"/go