diff options
Diffstat (limited to 'app-misc/jq/jq-1.4-r1.ebuild')
-rw-r--r-- | app-misc/jq/jq-1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jq/jq-1.4-r1.ebuild b/app-misc/jq/jq-1.4-r1.ebuild index e3458f2e74f6..478241412cd2 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" |