summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-18 12:26:40 +0300
committerCaleb Maclennan2023-01-18 12:26:40 +0300
commit6e88cab96cc8c389223fd6f0cb1980e4c24a9583 (patch)
tree72eb3d14dd5ff92f652cd7219e6d5d7053d34b75 /PKGBUILD
parent753f0b3e86dff3b2d34de976acf37af65bd3c813 (diff)
downloadaur-6e88cab96cc8c389223fd6f0cb1980e4c24a9583.tar.gz
upgpkg: dolt 0.52.5-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 d9cd463a6100..54a2d40c8b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.52.4
+pkgver=0.52.5
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=('abed2585a39a0f341a207fe2a67f847a6ac438490f9dc310717bc9877ea6b95d')
+sha256sums=('7fe397f83447c755c6e6ce4da437a5eea1d781d85d627bd4c1fd9054636b686d')
prepare() {
cd "$_archive"/go