summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-16 20:21:41 +0100
committerNicolas Iooss2019-03-16 20:21:41 +0100
commit90a7d77f10f6a4705d4a86b2f31d1fea86721c00 (patch)
treee01a6ac884d4e5ef8c969b990ba6797433f97c7b
parentc1a2cbe220715cfb64c03d532cc9e902be1d047b (diff)
downloadaur-90a7d77f10f6a4705d4a86b2f31d1fea86721c00.tar.gz
semodule-utils 2.9-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcecad4e1c98..500310327cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semodule-utils
pkgdesc = SELinux module tools
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -9,8 +9,8 @@ pkgbase = semodule-utils
license = GPL2
depends = libsepol>=2.7
conflicts = policycoreutils<2.7
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/semodule-utils-2.8.tar.gz
- sha256sums = 44f59c13070c637440b143ceab4dfe1efb9018b1e47828dd8789def74c1ccadf
+ source = https://github.com/SELinuxProject/selinux/releases/download/20190315/semodule-utils-2.9.tar.gz
+ sha256sums = 8083679ee634570f6e9a18632f2c2862b9134fa308b689b2e1952a369ae5d907
pkgname = semodule-utils
diff --git a/PKGBUILD b/PKGBUILD
index 43fd1070699e..605ae2f73cfc 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=2.8
+pkgver=2.9
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://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('44f59c13070c637440b143ceab4dfe1efb9018b1e47828dd8789def74c1ccadf')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8083679ee634570f6e9a18632f2c2862b9134fa308b689b2e1952a369ae5d907')
build() {
cd "${pkgname}-${pkgver}"