summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-16 23:22:58 +0300
committerCaleb Maclennan2022-11-16 23:22:58 +0300
commit3fcaee2e9048e1d0adf14a1747737f4661131a94 (patch)
tree5d8fa39400d345d6aa59930fb34248463d1fe8ba /PKGBUILD
parent3f2e32aab79058e99783e72f234bbc447c2babb8 (diff)
downloadaur-3fcaee2e9048e1d0adf14a1747737f4661131a94.tar.gz
upgpkg: dolt 0.51.2-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 1923dd303072..1e5b4334c5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.51.1
+pkgver=0.51.2
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=('479fda74e1d7e0a5bbf8ee53027d9c3c54a67e50ff8be293047d241d205298eb')
+sha256sums=('bdf39321adaa0b6b746a65195c155e3e3238146547f6a220bf0bf2101e101ed8')
prepare() {
cd "$_archive"/go