summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-03 12:16:58 +0300
committerCaleb Maclennan2023-03-03 12:16:58 +0300
commit5ab4330d37da56ddeded3ea4b2239dc9d3e087ff (patch)
tree037afe3070f4f3230b5a571e040031e3d08717ac /PKGBUILD
parentcab98fafd3c82162277d18d027ac53469509fb67 (diff)
downloadaur-5ab4330d37da56ddeded3ea4b2239dc9d3e087ff.tar.gz
upgpkg: dolt 0.54.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 6bfc54b1158e..f8fb0b312c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.54.1
+pkgver=0.54.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=('3e8ab05dbbba162fd707f6f747772dc5128d92249a9c9183371a6d0ce1565efc')
+sha256sums=('e53022e95b21533b2a0e3dcf9f2f938b0392dc405fcab792ca8c754d06a66188')
prepare() {
cd "$_archive"/go