Richard Kuhnt a1dab8a061 Updates and new autoupdates
* 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
2017-01-11 21:14:54 +01:00

35 lines
1.0 KiB
JSON

{
"homepage": "http://www.llvm.org",
"version": "3.9.1",
"license": "University of Illinois/NCSA Open Source License",
"architecture": {
"32bit": {
"url": "http://releases.llvm.org/3.9.1/LLVM-3.9.1-win32.exe",
"hash": "f5cdf134e27a215a18515e2dcd100902dcf539f487c2028a817ffe7d3091f32a"
},
"64bit": {
"url": "http://releases.llvm.org/3.9.1/LLVM-3.9.1-win64.exe",
"hash": "7ea2b7bc0de6b96a6ce11e6cfece7b84a31fb0c86c977f42ee178cba41517606"
}
},
"installer": {
"args": "/S /D=$dir"
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/S"
},
"env_add_path": "bin",
"checkver": "\\/releases\\/download.html#([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://releases.llvm.org/$version/LLVM-$version-win64.exe"
},
"32bit": {
"url": "http://releases.llvm.org/$version/LLVM-$version-win32.exe"
}
}
}
}