mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
* add more version substitutions for urls (e.g. used for 7zip) * 7zip add autoupdate * update exlixr 1.4.0 and add autoupdate * update erlang 19.2 and add autoupdate * update ffmpeg 20170110 and add autoupdate * update flow 0.37.4 and add autoupdate * forge add autoupdate * update grails 3.2.4 and add autoupdate * update groovy 2.4.7 and add autoupdate * fix haskell url * update haxe 3.4.0-rc.2 and add autoupdate * hub add autoupdate * update hugo 0.18.1 and add autoupdate * update latex 2.9.6161 and add autoupdate * update lessmsi 1.5.1 and add autoupdate * update llvm 3.9.1 and add autoupdate * update mysql 5.7.17 and add autoupdate * fix nginx urls * nuget add autoupdate * nvm add autoupdate * update octave 4.2.0 and add autoupdate * update pester 3.4.3 and add autoupdate * phantomjs add autoupdate * update postgresql 9.6.1 and add autoupdate * puppet add autoupdate * update racket 6.7 and add autoupdate * update rancher 0.12.1 * rethinkdb add autoupdate * update rsync 5.5.0 and add autoupdate * rust-msvc add autoupdate * rust add autoupdate * update sbt 0.13.13 and add autoupdate * update scala 2.12.1 and add autoupdate * update sqlite 3160200 and add autoupdate * update thrift 0.10.0 and add autoupdate * update youtube-dl 2017.01.10
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://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>"
|
|
}
|
|
}
|