summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2018-12-14 18:19:52 +0300
committerArtem Vorotnikov2018-12-14 18:19:52 +0300
commitaeaa85a59e98c20234e85c9bf909a0b565d5c297 (patch)
treeba6d250b819fc285661b64d3f90dd1396ea67863 /PKGBUILD
parentbe3ca9151a5247807d27a058dba5b5b538e80476 (diff)
downloadaur-aeaa85a59e98c20234e85c9bf909a0b565d5c297.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97d2b7cadee2..a5493e8be6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pijul
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="Patch-based distributed version control system"
url='https://pijul.org'
@@ -8,7 +8,7 @@ depends=('gcc-libs')
arch=('i686' 'x86_64')
license=('GPL')
source=("${url}/releases/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('da3fcba4ab39a4371cda7273691364c2355c9b216bb7867d92dae5812ebb71d2')
+sha256sums=('e60793ab124e9054c1d5509698acbae507ebb2fab5364d964067bc9ae8b6b5e5')
build() {
cd $srcdir/"$pkgname-$pkgver"