summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-10-21 02:43:43 +0300
committerCaleb Maclennan2021-10-21 02:43:43 +0300
commit70aa900817a28a1eaa0889fc22e64b6a97672a79 (patch)
treec3869e1c8bcf1a4c8d3de7bfe36c514ed3106ac1 /PKGBUILD
parent87b4056d6bfcd507069eca1c330488d8bf7c9d09 (diff)
downloadaur-70aa900817a28a1eaa0889fc22e64b6a97672a79.tar.gz
upgpkg: dolt 0.31.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 6f53a4f5ec65..efc39e909a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.30.3
+pkgver=0.31.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=('e41b41deae32816f955e3560246977773ba0e4c8453161d084fc7193a6915359')
+sha256sums=('4eba3c621743e3508a93c938b3e233f09725a2db4e00c85ff3ded680d4f6c3f7')
prepare() {
cd "$_archive"/go