summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-18 11:46:08 +0300
committerCaleb Maclennan2022-11-18 11:46:08 +0300
commitcab50153604649be65095e5577e769ab39f421ae (patch)
treef0907c025c68c40b3ad314033b2e900bf6d72a2d /PKGBUILD
parent3fcaee2e9048e1d0adf14a1747737f4661131a94 (diff)
downloadaur-cab50153604649be65095e5577e769ab39f421ae.tar.gz
upgpkg: dolt 0.51.3-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 1e5b4334c5ff..189c79434e50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.51.2
+pkgver=0.51.3
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=('bdf39321adaa0b6b746a65195c155e3e3238146547f6a220bf0bf2101e101ed8')
+sha256sums=('ad30b92dd386ce0cda2db728bfb8b5f375ce7b6a4c65bf8ac0f7e5b69bce040c')
prepare() {
cd "$_archive"/go