mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
32 lines
992 B
JSON
32 lines
992 B
JSON
{
|
|
"description": "A Dependently Typed Functional Programming Language.",
|
|
"homepage": "https://www.idris-lang.org/",
|
|
"version": "1.3.2",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://neon.se/idris/idris-1.3.2-win64.7z",
|
|
"hash": "ac8e0d2e311e570ca41034a7bade437a3aa3e736a94ef0b12ca2a68315475099"
|
|
},
|
|
"32bit": {
|
|
"url": "https://neon.se/idris/idris-1.3.2-win32.7z",
|
|
"hash": "2a7d7d793cc47191da9a26fb28b671bc8b2ddcee8565c5439fdff9fe0e7eaed1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://neon.se/idris/idris-$version-win32.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|