summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-04 00:31:09 +0300
committerCaleb Maclennan2022-06-04 00:31:09 +0300
commitfc0f6eca5a91b0f527170ca2e4351d7f17f9df64 (patch)
treec7560665df0e9e07925201265279dccf6c9c7b05 /PKGBUILD
parent5469072bb988e59fc7add6fbc16a0baf422941cd (diff)
downloadaur-fc0f6eca5a91b0f527170ca2e4351d7f17f9df64.tar.gz
upgpkg: dolt 0.40.5-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 f5719136b43d..b7ab0a86d56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.4
+pkgver=0.40.5
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=('29e748422207a1b67abe2b04f1d81d2a123c750c662d7de01007b0f6c13c9f5f')
+sha256sums=('6c1fbf2caed1f1adebce5b5bf5e33d8a06a6bf67c3a47f71775655f623803a8b')
prepare() {
cd "$_archive"/go