File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ dir=$(dirname "$0")
1313# shellcheck source=/dev/null
1414. " $dir /json-common.sh"
1515
16+ ug_nightly_archive_url=https://ces.net/UGNightlyArchive
17+ ug_alt_builds_url=https://ces.net/UGAltBuilds
18+
1619# Joins line that starts with space to previous:
1720# https://www.gnu.org/software/sed/manual/html_node/Joining-lines.html
1821MERG_LN=' :a ; $!N ; s/\n\s+/ / ; ta ; P ; D'
@@ -34,9 +37,9 @@ if [ "$VERSION" = continuous ]; then
3437 TITLE=' continuous builds'
3538 SUMMARY=" Current builds from Git master branch. macOS alternative\
3639 build is rebuilt daily, Linux ARM builds weekly. Archived builds can be\
37- found [here](https://frakira.fi.muni.cz/~xpulec/ug-nightly-archive/ ),\
40+ found [here]($ug_nightly_archive_url ),\
3841 additional alternative builds\
39- [here](https://frakira.fi.muni.cz/~xpulec/ug-alt-builds/ )."
42+ [here]($ug_alt_builds_url )."
4043 PRERELEASE=true
4144else
4245 TITLE=" UltraGrid $VERSION "
You can’t perform that action at this time.
0 commit comments