summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOriginCode2021-04-23 17:59:09 +0800
committerOriginCode2021-04-23 17:59:09 +0800
commit5104c1e049500349440dda8e2093b2d2f515bacd (patch)
treefecb78d7f3a8d0a4969ad299f866777abcb31513 /PKGBUILD
parentef16d951e810a573680d5727fd2331135228eaa6 (diff)
downloadaur-5104c1e049500349440dda8e2093b2d2f515bacd.tar.gz
ciel: actueliza a 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d2677dbd23e..a964286bc26f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jack Wu <origincode@aosc.io>
pkgname=ciel
_pkgname=${pkgname}-rs
-_pkgver=3.0.0-rc8
+_pkgver=3.0.0
pkgver=${_pkgver/-/}
pkgrel=1
pkgdesc="A tool for controlling multi-layer file systems and containers."
@@ -13,7 +13,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=('7dfc0e0342e1d8f424158597f8a367a6b5e3887fa329502b0c20f1121168d067')
+sha256sums=('4e8236a200e4acd9f3be76e02206a685a1f6ad00f4f632cabd358832e0514108')
conflicts=('ciel-git')
build() {