ScoopInstaller_Main/idris.json
2018-06-15 19:42:42 +02:00

31 lines
989 B
JSON

{
"description": "A Dependently Typed Functional Programming Language",
"homepage": "https://www.idris-lang.org/",
"version": "1.3.0",
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-1.3.0-win64.exe#/dl.7z",
"hash": "99edeecf92194df0b798f4c3ecbf32fccc8fd36be2b1222c48ed35eac26bae70"
},
"32bit": {
"url": "https://neon.se/idris/idris-1.3.0-win32.exe#/dl.7z",
"hash": "8a8b29091612dc5ac6460e58a0c2a6598778e307d308b4ab47f28b3de7e5790f"
}
},
"bin": "idris\\idris.exe",
"checkver": {
"url": "https://neon.se/idris.html",
"re": "idris-([\\d.]+)-win"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-$version-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://neon.se/idris/idris-$version-win32.exe#/dl.7z"
}
}
}
}