commit:     cdba3230e5801005240ba7b5207e601879737765
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 01:13:54 2016 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 01:13:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdba3230

app-misc/jq: Update SRC_URI in 1.4 and 1.4-r1

Gentoo-Bug: 566140
Reported-by: Gaetan <gaetan <AT> nexylan.com>

Package-Manager: portage-2.2.26

 app-misc/jq/jq-1.4-r1.ebuild | 4 ++--
 app-misc/jq/jq-1.4.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/jq/jq-1.4-r1.ebuild b/app-misc/jq/jq-1.4-r1.ebuild
index e3458f2..4782414 100644
--- a/app-misc/jq/jq-1.4-r1.ebuild
+++ b/app-misc/jq/jq-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit autotools eutils
 
 DESCRIPTION="A lightweight and flexible command-line JSON processor"
 HOMEPAGE="https://stedolan.github.com/jq/";
-SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz";
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="MIT CC-BY-3.0"
 SLOT="0"

diff --git a/app-misc/jq/jq-1.4.ebuild b/app-misc/jq/jq-1.4.ebuild
index 3843f8e..34a2726 100644
--- a/app-misc/jq/jq-1.4.ebuild
+++ b/app-misc/jq/jq-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit autotools eutils
 
 DESCRIPTION="A lightweight and flexible command-line JSON processor"
 HOMEPAGE="https://stedolan.github.com/jq/";
-SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz";
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="MIT CC-BY-3.0"
 SLOT="0"

Reply via email to