summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-02-04 11:21:20 +0300
committerCaleb Maclennan2023-02-04 11:21:20 +0300
commit4e09b5784560855cf9b727f6e832e40c597be766 (patch)
treec75fd5a48250aaeb3f59b9aaf5c2ba625344b8a3 /PKGBUILD
parentddc4982c0bb845781acd3f763d98c8ea73d56161 (diff)
downloadaur-4e09b5784560855cf9b727f6e832e40c597be766.tar.gz
upgpkg: dolt 0.52.20-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 c47b3411ea65..834e548d6194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.52.19
+pkgver=0.52.20
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=('7862c6827088d84cb34c55a5040247c397e555a6ec3ff0f197b83f25a384668e')
+sha256sums=('5639256f41cf0a23f6692e411e76c9dec2e5eb7e2649f682044cf2aa1af563b1')
prepare() {
cd "$_archive"/go