Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 35 |
Nodes: | 6 (1 / 5) |
Uptime: | 18:56:13 |
Calls: | 321 |
Calls today: | 1 |
Files: | 957 |
Messages: | 82,382 |
But the best approach is probably to switch to mode=git as this is more robust and future-proof, and there is no added value in fetching and using the source archives when they are generated automatically from the tags in the repository by gitlab. That's just the same content. The same goes for GitHub and others.
version=4
https://gitlab.com/l_sim/v_sim/tags?sort=updated_desc .*/v_sim-(\d[\d.]+)\.tar\.gz
On 26/02/2025 13:33, Andreas Tille wrote:
version=4In case it helps, for gitlab it works with plain mode and the version is repeated in the path and file name.
https://gitlab.com/l_sim/v_sim/tags?sort=updated_desc .*/v_sim-(\d[\d.]+)\.tar\.gz
This is similar to what worked for me with openrgb where they don't use
tags reliably:
opts="searchmode=plain" \
https://gitlab.com/l_sim/v_sim/-/tags archive/\d[\d.]*/v_sim-@ANY_VERSION@@ARCHIVE_EXT@
data-download-links="[{"text":"zip","path":"/l_sim/v_sim/-/archive/3.8.0/v_sim-3.8.0.zip"},