summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2016-01-08 17:13:54 -0800
committerPatrick McLean <chutzpah@gentoo.org>2016-01-08 17:13:54 -0800
commitcdba3230e5801005240ba7b5207e601879737765 (patch)
tree2cd3a84b5f27af966cf76bcf13756b28bcf55147 /app-misc/jq/jq-1.4.ebuild
parentapp-misc/jq: version bump to 1.5 (diff)
downloadgentoo-cdba3230e5801005240ba7b5207e601879737765.tar.gz
gentoo-cdba3230e5801005240ba7b5207e601879737765.tar.bz2
gentoo-cdba3230e5801005240ba7b5207e601879737765.zip
app-misc/jq: Update SRC_URI in 1.4 and 1.4-r1
Gentoo-Bug: 566140 Reported-by: Gaetan <gaetan@nexylan.com> Package-Manager: portage-2.2.26
Diffstat (limited to 'app-misc/jq/jq-1.4.ebuild')
-rw-r--r--app-misc/jq/jq-1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jq/jq-1.4.ebuild b/app-misc/jq/jq-1.4.ebuild
index 3843f8ea8241..34a272633f21 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"