summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-10-18 12:22:37 +0300
committerCaleb Maclennan2022-10-18 12:22:37 +0300
commitf8bae8c92ce1e19b6cd3d898070ec2ef58807e0c (patch)
treebf125e525309f935db6013e7293f679c3b24ef34 /PKGBUILD
parentf7527748116a7a17c84cb3ae071b9593f81ba124 (diff)
downloadaur-f8bae8c92ce1e19b6cd3d898070ec2ef58807e0c.tar.gz
upgpkg: dolt 0.50.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 39e309f24bed..c46bcc3be26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.50.4
+pkgver=0.50.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=('ffa9e9c2e6cb2cae663416365e812019896b693c28b5a4adb11935f6e78cb4b3')
+sha256sums=('0efd0f6358560146fac059db97a091ef28f01b1a8ab6bd0304af05ed045355b5')
prepare() {
cd "$_archive"/go