summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-08-18 15:01:29 +0300
committerCaleb Maclennan2022-08-18 15:01:29 +0300
commitf19eab540b7403cac0c2b3cb7efdf84dbc3ec09d (patch)
treed7b8766ca0f476762a79855c0806a4390dbf7592 /PKGBUILD
parent039abccd2c2e934b51ac31843077c51ebb2dbfd2 (diff)
downloadaur-f19eab540b7403cac0c2b3cb7efdf84dbc3ec09d.tar.gz
upgpkg: dolt 0.40.26-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 b79785792599..ed8b75d0ca20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.25
+pkgver=0.40.26
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=('7df847d03cd97764995107b89f3e4aa19cb500c207dd48039af292e09169d572')
+sha256sums=('2a9e4df59459f63089f9e85b9ceca05c154f8581f3e7c780d380744a16aa5bd3')
prepare() {
cd "$_archive"/go