summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-17 09:25:42 +0300
committerCaleb Maclennan2022-06-17 09:25:42 +0300
commitc3d15f79ac453e33e4561f0b398ea8f30c268ffa (patch)
tree5e8ec084e722e41514eb7f9e2c71ac2c7ec02bae /PKGBUILD
parenta1969f87c8ea241bd4ba351b66cdef1790992be0 (diff)
downloadaur-c3d15f79ac453e33e4561f0b398ea8f30c268ffa.tar.gz
upgpkg: dolt 0.40.10-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 2547e2e7366b..d2282d5bf8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.9
+pkgver=0.40.10
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=('d58a80a0ad7336689c2ebbd6a7b28359bec2a04b8fe5205a9533c7b1ef9daed2')
+sha256sums=('11ac1f1fc095ce09ae39713840ba74a88365d733133b898993693305429c9d09')
prepare() {
cd "$_archive"/go