summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: 5dc0468566a0584d0a484b5e49d537a3ffd8ad6b (plain)
1
2
3
4
5
6
[lib32-tcl-ar]
source="cmd"
cmd="""
curl -s https://www.tcl.tk/software/tcltk/download.html | grep -o 'tcl8[0-9.]*-src\\.tar\\.gz' | sed -E 's/^tcl(8[0-9.]+)-src\\.tar\\.gz$/\\1/' | sort -V | tail -n 1
"""