summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linhes/clean-chroot-manager/PKGBUILD4
-rw-r--r--linhes/clean-chroot-manager/ccm.install2
2 files changed, 3 insertions, 3 deletions
diff --git a/linhes/clean-chroot-manager/PKGBUILD b/linhes/clean-chroot-manager/PKGBUILD
index a5474ec..bff3618 100644
--- a/linhes/clean-chroot-manager/PKGBUILD
+++ b/linhes/clean-chroot-manager/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=clean-chroot-manager
-pkgver=2.233
+pkgver=2.238
pkgrel=1
pkgdesc='Wrapper for managing clean chroot builds with local repo therein.'
arch=(any)
@@ -9,7 +9,7 @@ url='https://github.com/graysky2/clean-chroot-manager'
license=(MIT)
depends=('devtools>=1:1.0.0-1' rsync 'libarchive>=3.3.3' 'pacman>=7.0.0-1' bc)
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/clean-chroot-manager/archive/v$pkgver.tar.gz")
-b2sums=('9031675974141e0d2ac5ef22eeaf6ce9643cd733796aaa5099581ae3970b519f0fe954a8ac371f7b1d608ea105a5094502326a37d3aaf962d24ebcb9f14b1839')
+b2sums=('39a42e6d1e15f3a57fb9d2735fa923c6c2ba41bed1d9984b3d95484ba0868911aa1502226c18de1a393856b3bcf9f21bd8152b891269be5128fa2d6107799110')
install=ccm.install
build() {
diff --git a/linhes/clean-chroot-manager/ccm.install b/linhes/clean-chroot-manager/ccm.install
index e2cfd39..5095567 100644
--- a/linhes/clean-chroot-manager/ccm.install
+++ b/linhes/clean-chroot-manager/ccm.install
@@ -3,7 +3,7 @@
post_upgrade() {
# define the versions for which a change is needed
- for test in 2.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1 2.224-1; do
+ for test in 2.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1 2.224-1 2.237-1; do
if [ "$(vercmp $2 $test)" -lt 0 ]; then
cat <<END