summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-07 11:38:52 +0300
committerCaleb Maclennan2023-01-07 11:38:52 +0300
commit8639e264d339cc84a15fdb7c685f239cd59149e2 (patch)
treee0a3524cb93ef9939cd73371d8fda628ae44563a /PKGBUILD
parent9711f1331925da1721df33d0d968ac389d20c08b (diff)
downloadaur-8639e264d339cc84a15fdb7c685f239cd59149e2.tar.gz
upgpkg: dolt 0.52.1-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 b52b854458c0..5ac2d6838c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.52.0
+pkgver=0.52.1
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=('0d084899f2c83357058a042f50faf93da9bce26b865b99d0058770595a9d43fc')
+sha256sums=('26f6cc3bf6cb2c6b06996d50e62e0cecb4f31d658e988f98ef63d670e530d676')
prepare() {
cd "$_archive"/go