summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-08-20 13:34:44 +0300
committerCaleb Maclennan2022-08-20 13:34:44 +0300
commit62d5df3e9aa9ce130c54c7c4e438349e85064ed1 (patch)
treece682a5de0470144031d2abe5e51a8dffeaf6b82
parentf19eab540b7403cac0c2b3cb7efdf84dbc3ec09d (diff)
downloadaur-62d5df3e9aa9ce130c54c7c4e438349e85064ed1.tar.gz
upgpkg: dolt 0.40.27-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba5610e962c3..edb7c318d989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 0.40.26
+ pkgver = 0.40.27
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.26/dolt-0.40.26.tar.gz
- sha256sums = 2a9e4df59459f63089f9e85b9ceca05c154f8581f3e7c780d380744a16aa5bd3
+ source = https://github.com/dolthub/dolt/archive/v0.40.27/dolt-0.40.27.tar.gz
+ sha256sums = e52652ece4e38b03883bd2182d74c129e2953c39055609c1752cb6efaf9bc330
pkgname = dolt
diff --git a/PKGBUILD b/PKGBUILD
index ed8b75d0ca20..223972a481a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.40.26
+pkgver=0.40.27
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=('2a9e4df59459f63089f9e85b9ceca05c154f8581f3e7c780d380744a16aa5bd3')
+sha256sums=('e52652ece4e38b03883bd2182d74c129e2953c39055609c1752cb6efaf9bc330')
prepare() {
cd "$_archive"/go