mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +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
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=ed
|
||||
version=1.15
|
||||
files="https://ftp.gnu.org/gnu/ed/ed-1.15.tar.lz ed-1.15.tar.lz"
|
||||
files="https://ftp.gnu.org/gnu/ed/ed-${version}.tar.lz ed-${version}.tar.lz"
|
||||
useconfigure=true
|
||||
depends=pcre2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue