summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-04-30 14:18:56 +0300
committerCaleb Maclennan2022-04-30 14:18:56 +0300
commit80f2aaf950fe1cf2643fab300bc9abbdedb7ae7d (patch)
tree424d54c3913936cfe6723c75749ecfad3c630986 /PKGBUILD
parentbb9ad0b26f1929deaf5a03c2521c5bf91b8d9f3b (diff)
downloadaur-80f2aaf950fe1cf2643fab300bc9abbdedb7ae7d.tar.gz
upgpkg: dolt 0.39.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 8e77d764bf4f..c3a9a523eec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.39.4
+pkgver=0.39.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=('1bf49730295f54b9fd252599b6f0c8707dcf0e86ac9d976e16b53d4b15a23e7a')
+sha256sums=('d74b14575539375168f64854331eb2b7d80c1ac96307c0730208a144c727ba0e')
prepare() {
cd "$_archive"/go