summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305f42fd6501..79a49193d9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 0.40.14
+ pkgver = 0.40.15
pkgrel = 1
url = https://www.dolthub.com
arch = x86_64
license = Apache
makedepends = go
depends = glibc
- source = https://github.com/dolthub/dolt/archive/v0.40.14/dolt-0.40.14.tar.gz
- sha256sums = f403bf90f0313aae6154a97d3c16fac89a8999c42b0b2ea09020dec599f795cf
+ source = https://github.com/dolthub/dolt/archive/v0.40.15/dolt-0.40.15.tar.gz
+ sha256sums = 6052ab2997fa5eca871bf425987afecbd35c20bcb3d70c2337941320982fd5af
pkgname = dolt
diff --git a/PKGBUILD b/PKGBUILD
index 869db88a5114..f89b7a2e4eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.14
+pkgver=0.40.15
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=('f403bf90f0313aae6154a97d3c16fac89a8999c42b0b2ea09020dec599f795cf')
+sha256sums=('6052ab2997fa5eca871bf425987afecbd35c20bcb3d70c2337941320982fd5af')
prepare() {
cd "$_archive"/go