2020-06-11 23:46:25 -07:00

25 lines
699 B
JSON

{
"version": "1.3.3",
"description": "A Dependently Typed Functional Programming Language",
"homepage": "https://www.idris-lang.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-1.3.3-win64.7z",
"hash": "9ae353d6f4b50e30ab7ec658803d6719c70ef6182aa47e779ee647ec3adb1ff5"
}
},
"bin": "idris\\idris.exe",
"checkver": {
"url": "https://neon.se/idris.html",
"regex": "idris-([\\d.]+)-win"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-$version-win64.7z"
}
}
}
}