summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-16 20:21:32 +0100
committerNicolas Iooss2019-03-16 20:21:32 +0100
commitbc33855ac982665a34724ded6df5150fdd47bbaa (patch)
tree8d10b63361496f5e12ff3b84644083b5d1cf132f
parent26fbd481c6540e08422f7d731598057b7f1d497d (diff)
downloadaur-bc33855ac982665a34724ded6df5150fdd47bbaa.tar.gz
mcstrans 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 6ad58999d787..96ce9f37cc1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,8 +10,8 @@ pkgbase = mcstrans
depends = libcap
depends = libselinux>=2.8
depends = pcre
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/mcstrans-2.8.tar.gz
- sha256sums = ec6ea65660550ed6bbd2a834725ba7526ac53599753d7b95072e4afd4afc14e4
+ source = https://github.com/SELinuxProject/selinux/releases/download/20190315/mcstrans-2.9.tar.gz
+ sha256sums = 7eddce6ffefc9a26340f2720ba9afd7d041a31569844842d0199bfe27c5efb19
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index a4f4deb0906e..1601fc5d0300 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=mcstrans
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="SELinux MCS translation daemon"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
groups=('selinux')
depends=('libcap' 'libselinux>=2.8' 'pcre')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ec6ea65660550ed6bbd2a834725ba7526ac53599753d7b95072e4afd4afc14e4')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('7eddce6ffefc9a26340f2720ba9afd7d041a31569844842d0199bfe27c5efb19')
build() {
cd "${pkgname}-${pkgver}"