summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-03-26 21:15:50 +0800
committerlilac2022-03-26 21:15:50 +0800
commit805ec81dd66cd85be00887a45f78456e5444ef3e (patch)
treeb5fb99fa54aa0885fe02830c3787ba95ad5b2665 /PKGBUILD
parent037e61379daf51b93aed80305bacf08d0733e3bb (diff)
downloadaur-805ec81dd66cd85be00887a45f78456e5444ef3e.tar.gz
[lilac] updated to 3.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e91b221b12bb..29ee91d4ad8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jack Wu <origincode@aosc.io>
pkgname=ciel
_pkgname=${pkgname}-rs
-pkgver=3.0.16
+pkgver=3.1.0
pkgrel=1
pkgdesc="A tool for controlling multi-layer file systems and containers."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('rust' 'make' 'gcc')
optdepends=('libgit2: git vcs support'
'xz: xzip archive support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AOSC-Dev/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('802cf4e067bbf9206c4f4177d9a54d27c0474603342bb74d498bef10c4e05c1e')
+sha256sums=('f0dd120a8924ae7bd8743d677addb8a368518d6ae37b6a0553c2411ed6a24d60')
conflicts=('ciel-git')
build() {