Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566140 - app-misc/jq-1.4 is using wrong SRC_URI
Summary: app-misc/jq-1.4 is using wrong SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 16:31 UTC by Gaetan
Modified: 2016-01-09 01:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gaetan 2015-11-18 16:31:33 UTC
app-misc/jq-1.4 is refering to a source URI that does not exist anymore (404).

SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz"

Should be replaced with :

SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"

In the ebuild. We could also take this opportunity to release 1.5 version.


Reproducible: Always

Steps to Reproduce:
1. emerge jq
Actual Results:  
Installation fails while downloading sources.

Expected Results:  
Installation complete.