summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-05-19 10:26:27 +0300
committerCaleb Maclennan2022-05-19 10:26:27 +0300
commit5469072bb988e59fc7add6fbc16a0baf422941cd (patch)
tree0248684f9e408014a73f4e2d4262dad2bbbd60c0 /PKGBUILD
parent6e73e25b54a53f4e36c79ad0ada3e507d39fafc2 (diff)
downloadaur-5469072bb988e59fc7add6fbc16a0baf422941cd.tar.gz
upgpkg: dolt 0.40.4-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 cfa7934681be..f5719136b43d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.3
+pkgver=0.40.4
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=('a6cdc4108e1c2c5f667dc148604e1a080603b5fa2eeab57e4c31ba8877c61717')
+sha256sums=('29e748422207a1b67abe2b04f1d81d2a123c750c662d7de01007b0f6c13c9f5f')
prepare() {
cd "$_archive"/go