summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2023-05-22 11:29:55 +0200
committerNicolas Iooss2023-05-22 11:29:55 +0200
commit52dab9c142677ac2216bb14a1a5a335cfa8ee698 (patch)
treed9046dfcf76ec3558911295c9f4a8798c38227a8 /PKGBUILD
parent5ed6146f20779a9cb8804436c0f809999bf09db6 (diff)
downloadaur-52dab9c142677ac2216bb14a1a5a335cfa8ee698.tar.gz
setools 4.4.2-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 895dbede053a..199c8b719e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
# - replace setools 3.3.8 with setools3-libs and install setools then.
pkgname=setools
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
@@ -33,7 +33,7 @@ checkdepends=('checkpolicy')
conflicts=("selinux-${pkgname}")
provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/setools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('fcd161e55504aa4c361921833bf9d4cd58475c98746cfdacadd192a68788ae45')
+sha256sums=('f23e3c8635aa289096ca0218ca6f4568a4346e088bc46f374cb0917b7fb66f05')
build() {
cd "${pkgname}"