summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-09-01 21:08:17 +0200
committerMarco Rubin2022-09-01 21:08:17 +0200
commitcd8f511ec96fa1761934f58ca14a85c5364a6347 (patch)
tree884fd4232dd9bfaee57e1eaf1092c11247d0128c
parent0983216a1471f1589cc263c33537c7193d280da1 (diff)
downloadaur-cd8f511ec96fa1761934f58ca14a85c5364a6347.tar.gz
0.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9002db1e541b..1dca20d06470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lxroot
pkgdesc = A lightweight, flexible, and safer alternative to chroot and/or Docker.
- pkgver = 0.22.0
+ pkgver = 0.22.1
pkgrel = 1
url = https://github.com/parke/lxroot
arch = x86_64
license = GPL3
- source = https://github.com/parke/lxroot/archive/refs/tags/0.22.0.tar.gz
- sha256sums = 5b3f9e310acaded18f3374b0558e83dfca4337c17b8ba5bd47e867196be72a9c
+ source = https://github.com/parke/lxroot/archive/refs/tags/0.22.1.tar.gz
+ sha256sums = 4eb7607b653bf952612f82ec994123598be0596db2e9fdb28d93ab978117327e
pkgname = lxroot
diff --git a/PKGBUILD b/PKGBUILD
index 7637e0c64a69..ed3213324b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marco Rubin <marco.rubin@protonmail.com>
pkgname=lxroot
-pkgver=0.22.0
+pkgver=0.22.1
pkgrel=1
pkgdesc='A lightweight, flexible, and safer alternative to chroot and/or Docker.'
arch=('x86_64')
url='https://github.com/parke/lxroot'
license=('GPL3')
source=("https://github.com/parke/lxroot/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('5b3f9e310acaded18f3374b0558e83dfca4337c17b8ba5bd47e867196be72a9c')
+sha256sums=('4eb7607b653bf952612f82ec994123598be0596db2e9fdb28d93ab978117327e')
build() {
cd $pkgname-$pkgver