summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-30 10:15:32 +0300
committerCaleb Maclennan2022-11-30 10:15:32 +0300
commitb6c672d2a7766973867854230216327c1bea7535 (patch)
tree4095d350a660467c900b832990dd5f6a503797d5
parent9d52c6cbaef71cb928d99dfa52479312dc78fcf8 (diff)
downloadaur-b6c672d2a7766973867854230216327c1bea7535.tar.gz
upgpkg: dolt 0.51.8-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 d3811beb3eb5..afa1f2ff6588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 0.51.7
+ pkgver = 0.51.8
pkgrel = 1
url = https://www.dolthub.com
arch = x86_64
license = Apache
makedepends = go
depends = glibc
- source = https://github.com/dolthub/dolt/archive/v0.51.7/dolt-0.51.7.tar.gz
- sha256sums = 8f918883b9129cb740e3ade1d81c6c45678ef45213afc393ad8ec876f0ecf31f
+ source = https://github.com/dolthub/dolt/archive/v0.51.8/dolt-0.51.8.tar.gz
+ sha256sums = b119d2ed40b9c5399aa097bcfb9e63977fb5ba9efda06037a47f5b249759aaf0
pkgname = dolt
diff --git a/PKGBUILD b/PKGBUILD
index 3abc473125b6..9f6cf61f4e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.51.7
+pkgver=0.51.8
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=('8f918883b9129cb740e3ade1d81c6c45678ef45213afc393ad8ec876f0ecf31f')
+sha256sums=('b119d2ed40b9c5399aa097bcfb9e63977fb5ba9efda06037a47f5b249759aaf0')
prepare() {
cd "$_archive"/go