ScoopInstaller_Main/haskell.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

31 lines
1.0 KiB
JSON

{
"homepage": "http://www.haskell.org",
"version": "7.10.2-a",
"architecture": {
"64bit": {
"url": "https://haskell.org/platform/download/7.10.2/HaskellPlatform-7.10.2-a-x86_64-setup.exe#/dl.7z",
"hash": "acfd8144a090c1fa17dc5d9e564355ffdb159012ab0550a012abaacb4a1d58fa"
},
"32bit": {
"url": "https://haskell.org/platform/download/7.10.2/HaskellPlatform-7.10.2-a-i386-setup.exe#/dl.7z",
"hash": "8c1a2e116e3a3b00857901bfd4f98b47c1ed07b562c438428d0e75a480b8d2f5"
}
},
"bin": [
"bin\\ghc.exe",
"bin\\ghci.exe",
"bin\\ghc-pkg.exe",
"bin\\haddock.exe",
"bin\\hp2ps.exe",
"bin\\hpc.exe",
"bin\\hsc2hs.exe",
"bin\\runghc.exe",
"bin\\runhaskell.exe",
"lib\\extralibs\\bin\\cabal.exe"
],
"checkver": {
"url": "https://www.haskell.org/platform/windows.html",
"re": "The latest version of the Haskell Platform for Windows is\\s+<strong>([\\d.]+)<\\/strong>"
}
}