mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:07:44 +00:00
Ports: Replace hardcoded versions in 'files' URLs
Let's just use $version everywhere (we already do this for most ports).
This commit is contained in:
parent
81079ae616
commit
37f837bde7
7 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ port=jq
|
|||
version=1.6
|
||||
useconfigure=true
|
||||
configopts="--with-oniguruma=builtin --disable-maintainer-mode"
|
||||
files="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz jq-1.6.tar.gz"
|
||||
files="https://github.com/stedolan/jq/releases/download/jq-${version}/jq-${version}.tar.gz jq-${version}.tar.gz"
|
||||
makeopts="LDFLAGS=-all-static"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue