summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-08 13:07:44 +0300
committerCaleb Maclennan2022-06-08 13:07:44 +0300
commit58886c9c53787ef8f2a3bcda440091be3d172278 (patch)
tree4165deba11db52d0f76a06ffcf9f72dcff250693 /PKGBUILD
parentfc0f6eca5a91b0f527170ca2e4351d7f17f9df64 (diff)
downloadaur-58886c9c53787ef8f2a3bcda440091be3d172278.tar.gz
upgpkg: dolt 0.40.6-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 b7ab0a86d56c..6cc9adfc17f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.5
+pkgver=0.40.6
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=('6c1fbf2caed1f1adebce5b5bf5e33d8a06a6bf67c3a47f71775655f623803a8b')
+sha256sums=('d6e4b99526f3f1d4b4068fe1a6e7a0e5e09b48b5a7c025bf128683414af1a757')
prepare() {
cd "$_archive"/go