summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a18a95af80a4..71bbfa645a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad M. <vlad@archlinux.net>
pkgname=pijul
-pkgver=0.5.13
+pkgver=0.6.0
pkgrel=1
pkgdesc="Patch-based distributed version control system"
url='https://pijul.org'
@@ -9,7 +9,7 @@ makedepends=('cargo')
arch=('i686' 'x86_64')
license=('GPL')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('ae0e7cb99a0bf384b02a64e5aef97105efb0602623d511a23484664691662c1e')
+sha256sums=('4fced15766359d9af04fd695f8d23f2b5490e0d30ae70a4f43e157d3972abe72')
build() {
cd "$pkgname-$pkgver"