mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47:34 +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=mrsh
|
||||
version=d9763a32e7da572677d1681bb1fc67f117d641f3
|
||||
files="https://codeload.github.com/emersion/mrsh/legacy.tar.gz/d9763a32e7da572677d1681bb1fc67f117d641f3 emersion-mrsh-d9763a3.tar.gz"
|
||||
files="https://codeload.github.com/emersion/mrsh/legacy.tar.gz/${version} emersion-mrsh-d9763a3.tar.gz"
|
||||
useconfigure=true
|
||||
makeopts=
|
||||
workdir=emersion-mrsh-d9763a3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue