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 642cfd606c4a..08755e88cb0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad M. <vlad@archlinux.net>
pkgname=pijul
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Version control system based on a theory of patches"
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=('c53821770484f49fc8bba4b51ba5afbe903aaa4f421f2669c7e570b543ecce28')
+sha256sums=('8929e69d2abb4d5b4e94264ec6885b1a3d6822e5adb33d6a68ae2aa9374ada14')
build() {
cd "$pkgname-$pkgver"