1
Fork 0
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:
Linus Groh 2021-03-11 20:03:52 +01:00 committed by Andreas Kling
parent 81079ae616
commit 37f837bde7
7 changed files with 7 additions and 7 deletions

View file

@ -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() {