mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Add checkver to ruby, mysql url fix
This commit is contained in:
parent
38c9c2bf20
commit
c797536f00
@ -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": {
|
||||
|
||||
@ -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]+)"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user