Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / simh
Commits: 8251e78d by Robin Candau at 2025-01-03T18:18:33+01:00 Update nvchecker config to not use a 'cmd' based source - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,7 @@ [simh] -source = "cmd" -cmd = '''wget -qO- http://simh.trailing-edge.com/ | grep -oP "SIMH V\\d+.\\d+-\\d+" | tail -c+7 | tr "-" "."''' +source = "regex" +url = "http://simh.trailing-edge.com/" +regex = 'SIMH V\d+\.\d+-\d+' +prefix = "SIMH V" +from_pattern = "-" +to_pattern = "." View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/simh/-/commit/8251e78dd27a65befd6284122e0423275b97c7b4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/simh/-/commit/8251e78dd27a65befd6284122e0423275b97c7b4 You're receiving this email because of your account on gitlab.archlinux.org.
