summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-04 11:58:33 +0300
committerCaleb Maclennan2023-01-04 11:58:33 +0300
commit08709d527703984e9d1eef31e6b638e700e19c97 (patch)
tree3ec752c3673781a7261aef14c8ee579f91527fea /PKGBUILD
parent877d51ccd21f677738d9c5ef8dcb8e9b5fe97030 (diff)
downloadaur-08709d527703984e9d1eef31e6b638e700e19c97.tar.gz
upgpkg: dolt 0.51.15-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 a4c686c62f46..47f07b281f65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.51.14
+pkgver=0.51.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=('f7b0b600964862cb9a8b742802d09cb13cbc8a248bc29bb7ee617c2d8024e69d')
+sha256sums=('efc02550bcf0992a9947d24b1c322a08705bb48a402fd1c1b136d2a30fc302dc')
prepare() {
cd "$_archive"/go