mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
[WIP] checkver fixup (#862)
* Updating go to 1.6.2 * Updating packer to 0.10.1 * Fixing regex for checkver.
This commit is contained in:
parent
20ecdbac92
commit
1c75bede85
@ -15,5 +15,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "aria2c.exe",
|
"bin": "aria2c.exe",
|
||||||
"checkver": "<p>Download <a href=\"https://github.com/aria2/aria2/tag[^\"]+\">version ([^<]+)</a>"
|
"checkver": "<p>Download <a href=\"https://github.com/aria2/aria2[^\"]+\">version ([^<]+)</a>"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,5 +12,5 @@
|
|||||||
"bin/ctest.exe",
|
"bin/ctest.exe",
|
||||||
"bin/cmake-gui.exe"
|
"bin/cmake-gui.exe"
|
||||||
],
|
],
|
||||||
"checkver": "Download CMake Version ([0-9\\.]+)"
|
"checkver": "<p>CMake version ([0-9\\.]+) is now available for download<\/p>"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,6 +18,6 @@
|
|||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
"url": "http://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
||||||
"re": "\\s*\"version\"\\s*:\\s*(\\d+\\.\\d+\\.\\d+.*)"
|
"re": "\"version\":\\s*\"([0-9\\.]+)\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
10
go.json
10
go.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "1.6",
|
"version": "1.6.2",
|
||||||
"homepage": "http://golang.org",
|
"homepage": "http://golang.org",
|
||||||
"license": "http://golang.org/LICENSE",
|
"license": "http://golang.org/LICENSE",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://storage.googleapis.com/golang/go1.6.windows-amd64.zip",
|
"url": "https://storage.googleapis.com/golang/go1.6.2.windows-amd64.zip",
|
||||||
"hash": "1be06afa469666d636a00928755c4bcd6403a01f5761946b2b13b8a664f86bac"
|
"hash": "4367a147b6351c4975732375a21a098c90d26ca0e948245f602295aab389e0d0"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://storage.googleapis.com/golang/go1.6.windows-386.zip",
|
"url": "https://storage.googleapis.com/golang/go1.6.2.windows-386.zip",
|
||||||
"hash": "ac41a46f44d0ea5b83ad7e6a55ee1d58c6a01b7ab7342e243f232510342f16f0"
|
"hash": "baf8b0412145911fd1034875fe95f1f0b7d4e7f59271c5642f0ad78a017d724e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "go",
|
"extract_dir": "go",
|
||||||
|
|||||||
@ -34,6 +34,6 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://julialang.org/downloads/",
|
"url": "http://julialang.org/downloads/",
|
||||||
"re": "<h1>Current Release</h1>\\s*<a name=\"v([^\"]+)\"></a>"
|
"re": "<h1[^>]+>Current Release \\(v([0-9\\.]+)\\)<\/h1>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,5 +5,5 @@
|
|||||||
"url": "http://www.nano-editor.org/dist/v2.2/NT/nano-2.2.6.zip",
|
"url": "http://www.nano-editor.org/dist/v2.2/NT/nano-2.2.6.zip",
|
||||||
"hash": "87ae7984ab2ded388f5d30388483e8906aa46ac72ff4f2ea12063d0e8deffd62",
|
"hash": "87ae7984ab2ded388f5d30388483e8906aa46ac72ff4f2ea12063d0e8deffd62",
|
||||||
"bin": "nano.exe",
|
"bin": "nano.exe",
|
||||||
"checkver": "Latest Version\\s+([0-9\\.]+) \\(stable\\)"
|
"checkver": "Latest Version\\s+([0-9\\.]+)"
|
||||||
}
|
}
|
||||||
|
|||||||
10
packer.json
10
packer.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.packer.io",
|
"homepage": "https://www.packer.io",
|
||||||
"license": "Mozilla Public License 2.0",
|
"license": "Mozilla Public License 2.0",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://releases.hashicorp.com/packer/0.10.0/packer_0.10.0_windows_386.zip",
|
"url": "https://releases.hashicorp.com/packer/0.10.1/packer_0.10.1_windows_386.zip",
|
||||||
"hash": "9e3e1a8b1e83ac13f9e16c7b8ff707e3f077e882ddee9ee253d1bf3ebe873df2"
|
"hash": "9c3c3483a8b6dd6d116747bfcccbf6f530ffab9bb46b47d9a49bdcb92c145914"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://releases.hashicorp.com/packer/0.10.0/packer_0.10.0_windows_amd64.zip",
|
"url": "https://releases.hashicorp.com/packer/0.10.1/packer_0.10.1_windows_amd64.zip",
|
||||||
"hash": "0c19949295e32320171f0e5d4e24d0e938f3986f941593764c7ee19e762046cf"
|
"hash": "623013056dc662f29817dce6bd31e6fb669883a35ea9311951bbcea4eb9c59f7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
@ -19,5 +19,5 @@
|
|||||||
[byte[]][char[]]((Get-Content -raw $dir\\portable.perl) -replace \"(?ms)^HomeDir:.*?^(?=\\S)\",\"\") | Set-Content $dir\\portable.perl -encoding byte
|
[byte[]][char[]]((Get-Content -raw $dir\\portable.perl) -replace \"(?ms)^HomeDir:.*?^(?=\\S)\",\"\") | Set-Content $dir\\portable.perl -encoding byte
|
||||||
",
|
",
|
||||||
"env_add_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ],
|
"env_add_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ],
|
||||||
"checkver": "<b>Recommended version:</b></p>\\s*<a[^>]*><b>Strawberry Perl ([0-9\\.]+) \\(32bit\\)</b>"
|
"checkver": "Recommended version:<\/b><\/p>\\s*<a href=\"\\/download\\/([^\\/]+)\\/strawberry-perl-[0-9\\.]+-64bit.msi"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,5 +17,5 @@
|
|||||||
"Rust\\bin\\rustdoc.exe",
|
"Rust\\bin\\rustdoc.exe",
|
||||||
"Rust\\bin\\cargo.exe"
|
"Rust\\bin\\cargo.exe"
|
||||||
],
|
],
|
||||||
"checkver": "<h2>Docs \\(([0-9\\.]+)\\)</h2>"
|
"checkver": "var rec_package_name = \"([0-9\\.]+)\";"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,5 +17,5 @@
|
|||||||
"Rust\\bin\\rustdoc.exe",
|
"Rust\\bin\\rustdoc.exe",
|
||||||
"Rust\\bin\\cargo.exe"
|
"Rust\\bin\\cargo.exe"
|
||||||
],
|
],
|
||||||
"checkver": "<h2>Docs \\(([0-9\\.]+)\\)</h2>"
|
"checkver": "var rec_package_name = \"([0-9\\.]+)\";"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,6 +12,6 @@
|
|||||||
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.2.6"
|
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.2.6"
|
||||||
},
|
},
|
||||||
"bin": [ "PFiles\\Steel Bank Common Lisp\\1.2.6\\sbcl.exe"],
|
"bin": [ "PFiles\\Steel Bank Common Lisp\\1.2.6\\sbcl.exe"],
|
||||||
"checkver": "The most recent version is SBCL ([^\\ ]+)",
|
"checkver": "The most recent version is <a href=[^>]+>SBCL ([^\\ ]+)<\/a",
|
||||||
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
|
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,6 +27,6 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://sliksvn.com/en/download/",
|
"url": "http://sliksvn.com/en/download/",
|
||||||
"re": "<a href=\"https://sliksvn.com/pub/Slik-Subversion-(.*)-win32.msi\" class=\"button default\">"
|
"re": "<a href=\"https:\\/\\/sliksvn\\.com\\/pub\\/Slik-Subversion-([0-9\\.]+)-x64\\.zip\"[^>]+>SVN[^6]+64 bit<\\/a>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user