2019-07-23 21:00:21 +00:00

31 lines
957 B
JSON

{
"description": "A Dependently Typed Functional Programming Language",
"homepage": "https://www.idris-lang.org/",
"version": "1.3.2",
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-1.3.2-win64.7z",
"hash": "e5ea33ee90fb34d0261d9e35b63c85a6909060932212ca309293a9d4e25edb76"
},
"32bit": {
"url": "https://neon.se/idris/idris-1.3.2-win32.7z",
"hash": "595363cc897f1ee8463f009456aecc2ed6b9a0b32c8eb5beb3b7ec9dba6f579e"
}
},
"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.7z"
},
"32bit": {
"url": "https://neon.se/idris/idris-$version-win32.7z"
}
}
}
}