summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvlad2017-05-09 11:20:28 +0300
committervlad2017-05-09 11:20:28 +0300
commitb56d279191d1966dd2e3a3143e5830f0e589f2de (patch)
tree854d0963281a39f124364b8ce49cf02b7c19878b /PKGBUILD
parent8789d7fce94ab10e003e073ae5373e97760b389d (diff)
downloadaur-b56d279191d1966dd2e3a3143e5830f0e589f2de.tar.gz
update to 0.5.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 741bb226ded2..8dc89182231e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad M. <vlad@archlinux.net>
pkgname=pijul
-pkgver=0.5.5
+pkgver=0.5.7
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=('09389abbad0244288da3b18759ae5c892fdcfaca2f6a337c9ae686ef797be409')
+sha256sums=('f9c12cfe12ab21c47d7da0202cab7d0327471e4e680722eafdabbbfc28b347be')
build() {
cd "$pkgname-$pkgver"