Add checkver to ruby, mysql url fix

This commit is contained in:
Richard Kuhnt 2017-02-24 18:55:02 +01:00
parent 38c9c2bf20
commit c797536f00
2 changed files with 9 additions and 2 deletions

View File

@ -38,7 +38,10 @@ echo \"\" | out-file \"$dir/my.ini\" -Encoding UTF8 -Append
echo \"[client]\" | out-file \"$dir/my.ini\" -Encoding UTF8 -Append
echo \"user=root\" | out-file \"$dir/my.ini\" -Encoding UTF8 -Append
",
"checkver": "<h1>MySQL Community Server ([\\d.]+)",
"checkver": {
"url": "https://dev.mysql.com/downloads/mysql/",
"re": "<h1>MySQL Community Server ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {

View File

@ -12,5 +12,9 @@
"extract_dir": "ruby-1.9.3-p551-i386-mingw32",
"extract_to": [ "", "devkit" ],
"env_add_path": "bin",
"post_install": "pushd $dir\\devkit;ruby dk.rb init > $null;echo \"- $dir\" | out-file config.yml -a -enc default; ruby dk.rb install;popd;"
"post_install": "pushd $dir\\devkit;ruby dk.rb init > $null;echo \"- $dir\" | out-file config.yml -a -enc default; ruby dk.rb install;popd;",
"checkver": {
"url": "https://bintray.com/package/generalTab?pkgPath=/oneclick/rubyinstaller/rubyinstaller",
"re": "rubyinstaller\/(1.9[\\d.]+-p[\\d]+)"
}
}