summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-15 21:11:34 +0300
committerCaleb Maclennan2022-11-15 21:11:34 +0300
commit3f2e32aab79058e99783e72f234bbc447c2babb8 (patch)
tree205d14e74653f75a755538c7b8f3113273257c6e /PKGBUILD
parent2631224be5ef3e17dd122d95c8c99298e6fdf85d (diff)
downloadaur-3f2e32aab79058e99783e72f234bbc447c2babb8.tar.gz
upgpkg: dolt 0.51.1-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 93a68fc986b1..1923dd303072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.51.0
+pkgver=0.51.1
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=('f1768f68321e1f84b66099fb41dc6f0bd6c170fc2b924dced25a16c60af2f43e')
+sha256sums=('479fda74e1d7e0a5bbf8ee53027d9c3c54a67e50ff8be293047d241d205298eb')
prepare() {
cd "$_archive"/go