summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-02-01 01:46:20 +0300
committerCaleb Maclennan2022-02-01 01:46:20 +0300
commit8bfc9d7aaab99934f625c31808e491eed9e48490 (patch)
treefaa5f4d5192aa65338f24500252aed4746b05b30 /PKGBUILD
parent099f0e0a3fc328a6492cc4945201bb5b6f7ed0ce (diff)
downloadaur-8bfc9d7aaab99934f625c31808e491eed9e48490.tar.gz
upgpkg: dolt 0.36.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 320d932a7010..199494fa7ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <istimaldar@gmail.com>
pkgname=dolt
-pkgver=0.35.10
+pkgver=0.36.0
pkgrel=1
pkgdesc='Git for data! A version controlled relational database'
arch=(x86_64)
@@ -12,8 +12,8 @@ license=(Apache)
depends=(glibc)
makedepends=(go)
_archive="$pkgname-$pkgver"
-source=("$_archive.tar.gz::https://github.com/dolthub/dolt/archive/v$pkgver.tar.gz")
-sha256sums=('7f4dc2721c9e6b7c6e1200d17fb30f91e6f1461b66af8dd5721795d4356c3bd0')
+source=("https://github.com/dolthub/dolt/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('f87f40b95267cc1032fcaf186657ec16cbcc524932418c6f9bfe5e2148c0ac53')
prepare() {
cd "$_archive"/go