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 497d211e03d8..789a68c0f216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 0.40.17
+ pkgver = 0.40.18
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.17/dolt-0.40.17.tar.gz
- sha256sums = b96c544aa919d58387241d77ce1878bc39f8f4007a9d53be59a228200f3e43bf
+ source = https://github.com/dolthub/dolt/archive/v0.40.18/dolt-0.40.18.tar.gz
+ sha256sums = b20465194d1e3243a08f7565589483235c5f8cd224a1ea5b042af015cc53a2e5
pkgname = dolt
diff --git a/PKGBUILD b/PKGBUILD
index f6399c842ea3..7ff86d2ab544 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.17
+pkgver=0.40.18
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=('b96c544aa919d58387241d77ce1878bc39f8f4007a9d53be59a228200f3e43bf')
+sha256sums=('b20465194d1e3243a08f7565589483235c5f8cd224a1ea5b042af015cc53a2e5')
prepare() {
cd "$_archive"/go