1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +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

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=nasm
version=2.14.02
files="https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz nasm-2.14.02.tar.gz"
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz"
useconfigure=true
makeopts=