summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOriginCode2021-09-13 15:11:32 +0800
committerOriginCode2021-09-13 15:13:03 +0800
commit8b41fb5db8ad52e7267add801894d9d4c70d1643 (patch)
tree4dcfc3c70ef3fdf6d22a9c4ef8d8e521ae0f2f67 /PKGBUILD
parentcd9bb0241ec299d1df5efa0ee511397a37e3574f (diff)
downloadaur-8b41fb5db8ad52e7267add801894d9d4c70d1643.tar.gz
ciel: update to 3.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbdf6731378b..7ebf2f25f8d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jack Wu <origincode@aosc.io>
pkgname=ciel
_pkgname=${pkgname}-rs
-pkgver=3.0.11
+pkgver=3.0.13
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=('3b60131ad14ecf8dcdfc50dc8c812f2ec158416ad004b2a3d74835a94131f1c7')
+sha256sums=('f4c88b4eb9944f8b8ea5aab98c81708d2e473fe3b533b0beee546a7fd17057d4')
conflicts=('ciel-git')
build() {