summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-09-27 08:03:50 +0300
committerCaleb Maclennan2022-09-27 08:03:50 +0300
commitc5417465353f16b873a30442933595d612a6b60f (patch)
treedffb0e9d887cfef662e3384cea146e3e9ca532e3 /PKGBUILD
parentf44dde426108eca6a7834fbc8a602008dd4f8043 (diff)
downloadaur-c5417465353f16b873a30442933595d612a6b60f.tar.gz
upgpkg: dolt 0.41.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 93033e971f29..b65212c81dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.41.4
+pkgver=0.41.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=('08d4e343dd465ba6cfcf9f5da2db80de01c923e4ff3a2ace98f4027a15f493b6')
+sha256sums=('c2a5d154ad738f3d0a597db4ccd426c7ae69274fa058db9771ad425ca649093e')
prepare() {
cd "$_archive"/go