ScoopInstaller_Main/idris.json
2018-10-23 13:00:26 +00:00

31 lines
957 B
JSON

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