summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-10-20 11:59:26 +0300
committerCaleb Maclennan2022-10-20 11:59:26 +0300
commit7cc5a06b78b6b0ad7a48b77affd8a1355a869dc8 (patch)
tree88769ad19d309ba686c0b9855c794ef8aae98e92 /PKGBUILD
parentf8bae8c92ce1e19b6cd3d898070ec2ef58807e0c (diff)
downloadaur-7cc5a06b78b6b0ad7a48b77affd8a1355a869dc8.tar.gz
upgpkg: dolt 0.50.6-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 c46bcc3be26b..b416f1649779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.50.5
+pkgver=0.50.6
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=('0efd0f6358560146fac059db97a091ef28f01b1a8ab6bd0304af05ed045355b5')
+sha256sums=('0a5397a92dd86cbf1afe6708aaa81c01d768d2c83adbc33fa4d9379ab8f93819')
prepare() {
cd "$_archive"/go