summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2019-02-09 19:29:26 +0800
committerJason Zaman <perfinion@gentoo.org>2019-02-09 19:48:05 +0800
commitffe87b4e4c45f80e0c50bfdf57da2574c460064a (patch)
treebbedae88ebf2e61faa717d699248e6732b338b32 /sys-apps/secilc/secilc-9999.ebuild
parentsys-apps/semodule-utils: update live ebuild (diff)
downloadgentoo-ffe87b4e4c45f80e0c50bfdf57da2574c460064a.tar.gz
gentoo-ffe87b4e4c45f80e0c50bfdf57da2574c460064a.tar.bz2
gentoo-ffe87b4e4c45f80e0c50bfdf57da2574c460064a.zip
sys-apps/secilc: update live ebuild
Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/secilc/secilc-9999.ebuild')
-rw-r--r--sys-apps/secilc/secilc-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-9999.ebuild
index 8ff2138afafc..d7ad1e7fe883 100644
--- a/sys-apps/secilc/secilc-9999.ebuild
+++ b/sys-apps/secilc/secilc-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit toolchain-funcs
MY_P="${P//_/-}"
-MY_RELEASEDATE="20180524"
+MY_RELEASEDATE="20190125"
SEPOL_VER="${PV}"
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
S="${WORKDIR}/${MY_P}/${PN}"
else
- SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz"
+ SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_P}"
fi