summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-03-24 09:01:35 +0300
committerCaleb Maclennan2022-03-24 09:01:35 +0300
commit273f69834600adc2b9153aa32909cf89af5584d9 (patch)
tree895fb504b3d702ccf420bb9960c9607a1f0be467 /PKGBUILD
parentdc6f018aa914f9a84cfa01d2c4eb0b5873a53c55 (diff)
downloadaur-273f69834600adc2b9153aa32909cf89af5584d9.tar.gz
upgpkg: dolt 0.37.7-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 b94ea4bcffa0..904b5114139a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.37.6
+pkgver=0.37.7
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=('454c3905c510a618e3131ef12f1fe7a455a4c356764f67efd6376ae188af065e')
+sha256sums=('0ed82768721e1737782946e7be44ac2952c6f7e7818c25624a8bf11de7abcdb0')
prepare() {
cd "$_archive"/go