Skip to content

Commit

Permalink
magicsplat-tcl-tk: Add version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Apr 22, 2024
1 parent ffaabf9 commit a57adaf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions bucket/magicsplat-tcl-tk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "1.14.0",
"description": "Tcl/Tk for Windows systems",
"homepage": "https://www.magicsplat.com/tcl-installer/index.html",
"license": {
"identifier": "Freeware",
"url": "https://www.magicsplat.com/tcl-installer/index.html#license"
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.14-installer-1.14.0-x64.msi",
"hash": "sha1:0e9f4694b0f4e35fbd49ef31a0637bb5f9186ad9"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.14-installer-1.14.0-x86.msi",
"hash": "sha1:00ea63523ffafd83280a19851314570540a696ba"
}
},
"##": "No easy way to find tcl version here",
"bin": "Tcl8.6\\bin\\tclsh.exe",
"shortcuts": [
[
"Tcl8.6\\bin\\wish.exe",
"Wish"
]
],
"checkver": "version ([\\d\\.]+).+Tcl/Tk (?<tclver>[\\d\\.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-$matchTclver-installer-$version-x64.msi"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-$matchTclver-installer-$version-x86.msi"
}
}
}
}

0 comments on commit a57adaf

Please sign in to comment.