summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-15 11:36:55 +0300
committerCaleb Maclennan2022-11-15 11:36:55 +0300
commit2631224be5ef3e17dd122d95c8c99298e6fdf85d (patch)
tree51b496f9d35c45d8343360a6b9710a3b905a5a07 /PKGBUILD
parent00d742a41905c9cf2ffe565467867173b3059883 (diff)
downloadaur-2631224be5ef3e17dd122d95c8c99298e6fdf85d.tar.gz
upgpkg: dolt 0.51.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 f9677da7e0c8..93a68fc986b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.50.15
+pkgver=0.51.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=("https://github.com/dolthub/dolt/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('da4bf4bd42d62330f185c3a7a6165ca50725362642191f6d59d2c804e51286d4')
+sha256sums=('f1768f68321e1f84b66099fb41dc6f0bd6c170fc2b924dced25a16c60af2f43e')
prepare() {
cd "$_archive"/go