summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-08-20 13:34:44 +0300
committerCaleb Maclennan2022-08-20 13:34:44 +0300
commit62d5df3e9aa9ce130c54c7c4e438349e85064ed1 (patch)
treece682a5de0470144031d2abe5e51a8dffeaf6b82 /PKGBUILD
parentf19eab540b7403cac0c2b3cb7efdf84dbc3ec09d (diff)
downloadaur-62d5df3e9aa9ce130c54c7c4e438349e85064ed1.tar.gz
upgpkg: dolt 0.40.27-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 ed8b75d0ca20..223972a481a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.26
+pkgver=0.40.27
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=('2a9e4df59459f63089f9e85b9ceca05c154f8581f3e7c780d380744a16aa5bd3')
+sha256sums=('e52652ece4e38b03883bd2182d74c129e2953c39055609c1752cb6efaf9bc330')
prepare() {
cd "$_archive"/go