summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-02 10:43:04 +0300
committerCaleb Maclennan2023-03-02 10:43:04 +0300
commitcab98fafd3c82162277d18d027ac53469509fb67 (patch)
treee811fdf28e838246e0122086c5628a4023c3dbb0 /PKGBUILD
parentf9f52b9472378d45cb2acee3eaa26d877af7cd7d (diff)
downloadaur-cab98fafd3c82162277d18d027ac53469509fb67.tar.gz
upgpkg: dolt 0.54.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 5be8d04db793..6bfc54b1158e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.53.2
+pkgver=0.54.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=('18f3c1868181484de8939b833358d6bd09570e24db7a6dcfd3dc09bdff41eb72')
+sha256sums=('3e8ab05dbbba162fd707f6f747772dc5128d92249a9c9183371a6d0ce1565efc')
prepare() {
cd "$_archive"/go