summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-27 00:42:51 +0300
committerCaleb Maclennan2023-01-27 00:42:51 +0300
commit2cca5e9004def994440e883d75336564c31af37c (patch)
treeb79b37ed61abd559866b83fb38e5f5e3f5c6a582 /PKGBUILD
parent88a82b4cc629ba2af98080ed5960daf1ad522b61 (diff)
downloadaur-2cca5e9004def994440e883d75336564c31af37c.tar.gz
upgpkg: dolt 0.52.13-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 82b45b897de2..96c86a51179a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.52.12
+pkgver=0.52.13
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=('419b54fbb25c9fdc10925816210f3fd5caec1f7c2d1d1174dfffdc930592f034')
+sha256sums=('48ba2827fde38a8794ac900d4b30aec3a97a1449cc3109523df2568b3ad4c178')
prepare() {
cd "$_archive"/go