summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5892b357b1ec..dbbad8f92dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=semodule-utils
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="SELinux module tools"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('GPL2')
groups=('selinux')
depends=('libsepol>=2.7')
conflicts=('policycoreutils<2.7')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('14ee2db21f36766ffbbb65770f8e7236d21675db9f0f5d40f50974711da598cf')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('0cc37f9cec751d9c2abb5f2b228b060567e973cb47c19b53b8a4a7378baaa853')
build() {
cd "${pkgname}-${pkgver}"