mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Use https everywhere possible (#1086)
* Use https everywhere possible * Update version checks
This commit is contained in:
parent
d5fe20f62c
commit
5295cc0a44
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.apachelounge.com",
|
||||
"homepage": "https://www.apachelounge.com",
|
||||
"version": "2.4.23",
|
||||
"license": "Apache 2.0",
|
||||
"architecture": {
|
||||
@ -32,7 +32,7 @@ $root=(scoop which httpd | split-path -res -par | split-path -par) -replace '\\\
|
||||
(gc $conf) | % { $_ -replace 'c:/Apache24', \"$root\" } | sc $conf
|
||||
",
|
||||
"checkver": {
|
||||
"url": "http://www.apachelounge.com/download/",
|
||||
"re": "Apache ([0-9\\.]+) Win32"
|
||||
"url": "https://www.apachelounge.com/download/",
|
||||
"re": "Apache ([\\d.]+) Win32"
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
"pre_install": "Rename-Item @(Get-ChildItem $dir\\apex_*.exe)[0] $dir\\apex.exe",
|
||||
"bin": [ "apex.exe" ],
|
||||
"checkver": {
|
||||
"url": "https://github.com/apex/apex/releases",
|
||||
"re": "<span class=\"css-truncate-target\">v(\\d+\\.\\d+\\.\\d+)</span>"
|
||||
"url": "https://github.com/apex/apex/releases/latest",
|
||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "2.4",
|
||||
"url": "http://dl.dropbox.com/u/23114384/builds/Axel2.4.zip",
|
||||
"url": "https://dl.dropbox.com/u/23114384/builds/Axel2.4.zip",
|
||||
"homepage": "https://st0rage.org/~n2j3/?page_id=225717166",
|
||||
"hash": "65d36c69ca060a84ffdf542cc26dbae2e800811217382d2b1a9b6156a7b79b43",
|
||||
"bin": "axel.exe"
|
||||
|
||||
2
bfg.json
2
bfg.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.12.12",
|
||||
"license": "GPL",
|
||||
"url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar",
|
||||
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar",
|
||||
"depends": "openjdk",
|
||||
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
||||
"hash": "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"license": "LGPL",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/bochs/bochs/2.6.8/bochs-2.6.8-win64.zip",
|
||||
"url": "https://sourceforge.net/projects/bochs/files/bochs/2.6.8/bochs-2.6.8-win64.zip",
|
||||
"hash": "804d43af7b1b90db7c0d4ccd33c94f17269c7f2e8958308b7017e9760f8ead93",
|
||||
"bin": [
|
||||
"bochs-win64.exe",
|
||||
@ -12,7 +12,7 @@
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/bochs/bochs/2.6.8/bochs-p4-smp-2.6.8-win32.zip",
|
||||
"url": "https://sourceforge.net/project/bochs/bochs/2.6.8/bochs-p4-smp-2.6.8-win32.zip",
|
||||
"hash": "3af653cf835e1f535682c80f11e2fd7542c2b898b585d1b28f3954bf3c3132cd",
|
||||
"bin": [
|
||||
"bochs-p4-smp.exe",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.0.5",
|
||||
"homepage": "http://gnuwin32.sourceforge.net/packages/bzip2.htm",
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/gnuwin32/bzip2/1.0.5/bzip2-1.0.5-bin.zip",
|
||||
"url": "https://sourceforge.net/projects/gnuwin32/files/bzip2/1.0.5/bzip2-1.0.5-bin.zip",
|
||||
"hash": "97137e4b9ac9e116d0877f9d266927fea91ad117b011f80cf034fea4ef7a534e",
|
||||
"bin": [
|
||||
"bin\\bunzip2.exe",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homepage": "http://www.cmake.org/",
|
||||
"homepage": "https://cmake.org/",
|
||||
"version": "3.6.2",
|
||||
"license": "http://www.cmake.org/licensing/",
|
||||
"license": "https://cmake.org/licensing/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cmake.org/files/v3.6/cmake-3.6.2-win64-x64.zip",
|
||||
@ -21,5 +21,5 @@
|
||||
"bin/ctest.exe",
|
||||
"bin/cmake-gui.exe"
|
||||
],
|
||||
"checkver": "CMake\\s+([0-9\\.]+)\\s+available\\s+for\\s+download"
|
||||
"checkver": "CMake\\s+([\\d.]+)\\s+available\\s+for\\s+download"
|
||||
}
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
"license": "GPL2",
|
||||
"version": "5.97.3",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gettext/gettext-0.17-2/libintl-0.17-2-msys-dll-8.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/libiconv/libiconv-1.13.1-2/libiconv-1.13.1-2-msys-1.0.13-dll-2.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/termcap/termcap-0.20050421_1-2/libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/coreutils/coreutils-5.97-3/coreutils-5.97-3-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/coreutils/coreutils-5.97-3/coreutils-5.97-3-msys.RELEASE_NOTES.txt"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gettext/gettext-0.17-2/libintl-0.17-2-msys-dll-8.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.13.1-2/libiconv-1.13.1-2-msys-1.0.13-dll-2.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/termcap/termcap-0.20050421_1-2/libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/coreutils/coreutils-5.97-3/coreutils-5.97-3-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/coreutils/coreutils-5.97-3/coreutils-5.97-3-msys.RELEASE_NOTES.txt"
|
||||
],
|
||||
"hash": [
|
||||
"41c7d5561662e41da74951f373a08a95db40b27b1246227bbbc13abc44976ea7",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homepage": "http://ctags.sourceforge.net/",
|
||||
"version": "5.8",
|
||||
"url": "http://downloads.sourceforge.net/project/ctags/ctags/5.8/ctags58.zip",
|
||||
"url": "https://sourceforge.net/projects/ctags/files/ctags/5.8/ctags58.zip",
|
||||
"extract_dir": "ctags58",
|
||||
"bin": "ctags.exe",
|
||||
"hash": "e1f5909ec0c7a58fd2149139fa6a1dc532070a3d919dd183671c57a32f8b243d",
|
||||
|
||||
@ -15,6 +15,6 @@
|
||||
"bin": "curl.exe",
|
||||
"checkver": {
|
||||
"url": "https://curl.haxx.se/download.html",
|
||||
"re": "<a href=\"https://bintray\\.com/artifact/download/vszakats/generic/curl-([0-9\\.]+)-win64-mingw\\.7z\">"
|
||||
"re": "<a href=\"https://bintray\\.com/artifact/download/vszakats/generic/curl-([\\d.]+)-win64-mingw\\.7z\">"
|
||||
}
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"url": "http://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
||||
"re": "\"version\":\\s*\"([0-9\\.]+)\""
|
||||
"url": "https://storage.googleapis.com/dart-archive/channels/stable/release/latest/VERSION",
|
||||
"re": "\"version\":\\s*\"([\\d.]+)\""
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
"homepage": "http://www.mingw.org/wiki/MSYS",
|
||||
"version": "2.8.7",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/diffutils/diffutils-2.8.7.20071206cvs-3/diffutils-2.8.7.20071206cvs-3-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/diffutils/diffutils-2.8.7.20071206cvs-3/diffutils-2.8.7.20071206cvs-3-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"522889b044492dd2337c4752ba6262995a11f352ca5fb8a8660349413ea9b864",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"homepage": "https://www.dosbox.com/",
|
||||
"version": "0.74",
|
||||
"license": "GPL",
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/dosbox/dosbox/0.74/DOSBox0.74-win32-installer.exe",
|
||||
"url": "https://sourceforge.net/projects/dosbox/files/dosbox/0.74/DOSBox0.74-win32-installer.exe",
|
||||
"hash": "c149cb85f732beb95bf6564d72bdfdd9306f7050edfd9d2cd475420efe3b84fc",
|
||||
"installer": {
|
||||
"args": [
|
||||
|
||||
4
far.json
4
far.json
@ -12,8 +12,8 @@
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"url": "http://farmanager.com/download.php?p=64",
|
||||
"re": "<b>Far Manager v([0-9\\.]+) build ([0-9][0-9][0-9][0-9]) x64</b>"
|
||||
"url": "https://farmanager.com/download.php",
|
||||
"re": "<b>Far Manager v([\\d.]+ build [0-9]+) x64</b>"
|
||||
},
|
||||
"bin": "far.exe"
|
||||
}
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"version": "5.03",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/file/5.03/file-5.03-bin.zip",
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/file/5.03/file-5.03-dep.zip"
|
||||
"https://sourceforge.net/projects/gnuwin32/files/file/5.03/file-5.03-bin.zip",
|
||||
"https://sourceforge.net/projects/gnuwin32/files/file/5.03/file-5.03-dep.zip"
|
||||
],
|
||||
"hash": [
|
||||
"dbd28e191c1bf7e3db08b983e603e79959295717f6fc1032ba97e7a8680c8cf9",
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
"version": "4.4.2",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gettext/gettext-0.17-2/libintl-0.17-2-msys-dll-8.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/libiconv/libiconv-1.13.1-2/libiconv-1.13.1-2-msys-1.0.13-dll-2.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/findutils/findutils-4.4.2-2/findutils-4.4.2-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/findutils/findutils-4.4.2-2/locate-4.4.2-2-msys-1.0.13-bin.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gettext/gettext-0.17-2/libintl-0.17-2-msys-dll-8.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.13.1-2/libiconv-1.13.1-2-msys-1.0.13-dll-2.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/findutils/findutils-4.4.2-2/findutils-4.4.2-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/findutils/findutils-4.4.2-2/locate-4.4.2-2-msys-1.0.13-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"41c7d5561662e41da74951f373a08a95db40b27b1246227bbbc13abc44976ea7",
|
||||
|
||||
@ -3,10 +3,10 @@
|
||||
"version": "3.1.7",
|
||||
"license": "GPL3",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gawk/gawk-3.1.7-2/gawk-3.1.7-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gawk/gawk-3.1.7-2/gawk-3.1.7-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"eb15478ea76e75b666ad7fc7049de21b9f487e0e1ea0e96d40953a477e91c3dd",
|
||||
|
||||
4
gcc.json
4
gcc.json
@ -3,12 +3,12 @@
|
||||
"version": "4.8.1",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/mingwbuilds/host-windows/releases/4.8.1/64-bit/threads-posix/seh/x64-4.8.1-release-posix-seh-rev5.7z",
|
||||
"url": "https://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.1/64-bit/threads-posix/seh/x64-4.8.1-release-posix-seh-rev5.7z",
|
||||
"hash": "bb8bd0fe45da3ed9412acd5e432f28c8dccc3b559610e43980760314a283168f",
|
||||
"extract_dir": "mingw64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/mingwbuilds/host-windows/releases/4.8.1/32-bit/threads-posix/sjlj/x32-4.8.1-release-posix-sjlj-rev5.7z",
|
||||
"url": "https://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.1/32-bit/threads-posix/sjlj/x32-4.8.1-release-posix-sjlj-rev5.7z",
|
||||
"hash": "e438ca54e1df9c45b16898d8e9ee941295ad8cde6f20330294e5be4794988582",
|
||||
"extract_dir": "mingw32"
|
||||
}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"git config --global credential.helper wincred"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://git-scm.com/download/win",
|
||||
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
|
||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||
"re": "\/releases\/tag\/v([\\d\\w.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
4
git.json
4
git.json
@ -23,7 +23,7 @@
|
||||
],
|
||||
"notes": "To get Git to recognise OpenSSH, you will need to run\n\nscoop install openssh\n[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')\n\nand then restart powershell.",
|
||||
"checkver": {
|
||||
"url": "http://git-scm.com/download/win",
|
||||
"re": "\\<a href=\"https://github.com/git-for-windows/git/releases/download/v([^/]+)/"
|
||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||
"re": "\/releases\/tag\/v([\\d\\w.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://msysgit.github.io/",
|
||||
"homepage": "https://git-for-windows.github.io/",
|
||||
"license": "GPL2",
|
||||
"version": "1.9.5-preview20150319",
|
||||
"url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/PortableGit-1.9.5-preview20150319.7z",
|
||||
|
||||
6
go.json
6
go.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.7.1",
|
||||
"homepage": "http://golang.org",
|
||||
"license": "http://golang.org/LICENSE",
|
||||
"homepage": "https://golang.org",
|
||||
"license": "https://golang.org/LICENSE",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://storage.googleapis.com/golang/go1.7.1.windows-amd64.zip",
|
||||
@ -17,5 +17,5 @@
|
||||
"env_set": {
|
||||
"GOROOT": "$dir"
|
||||
},
|
||||
"checkver": "<div id=\"footer\">\\s*Build version go([0-9\\.]+)\\.<br>"
|
||||
"checkver": "<div id=\"footer\">\\s*Build version go([\\d.]+)\\.<br>"
|
||||
}
|
||||
|
||||
2
gow.json
2
gow.json
@ -6,7 +6,7 @@
|
||||
"extract_dir": "",
|
||||
"checkver": {
|
||||
"url": "https://github.com/bmatzelle/gow/releases",
|
||||
"re": "<a.*?>Gow ([0-9\\.]+)</a>"
|
||||
"re": "<a.*?>Gow ([\\d.]+)</a>"
|
||||
},
|
||||
"pre_install": "
|
||||
\"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" | Set-Content -force \"$dir\\bin\\gow.bat\"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"version": "2.5.4",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/grep/2.5.4/grep-2.5.4-bin.zip",
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/grep/2.5.4/grep-2.5.4-dep.zip"
|
||||
"https://sourceforge.net/projects/gnuwin32/files/grep/2.5.4/grep-2.5.4-bin.zip",
|
||||
"https://sourceforge.net/projects/gnuwin32/files/grep/2.5.4/grep-2.5.4-dep.zip"
|
||||
],
|
||||
"hash": [
|
||||
"3fd98201561b5af3f54a7dacc4f88068f5b5edf19ccdfc981c3c9fc60ff73519",
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"version": "1.3.12",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gzip/gzip-1.3.12-2/gzip-1.3.12-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gzip/gzip-1.3.12-2/gzip-1.3.12-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"ae0025264557c146044930e5085f1dffd479f2ff21492b1c2454efd689d287be",
|
||||
|
||||
14
iconv.json
14
iconv.json
@ -3,13 +3,13 @@
|
||||
"version": "1.14-3",
|
||||
"license": "GPLv3+",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/libiconv/libiconv-1.14-3/libiconv-1.14-3-mingw32-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/libiconv/libiconv-1.14-3/libiconv-1.14-3-mingw32-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/gettext/gettext-0.18.3.1-1/gettext-0.18.3.1-1-mingw32-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/gcc/Version4/gcc-4.8.1-4/gcc-core-4.8.1-4-mingw32-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/mpc/mpc-1.0.1-2/mpc-1.0.1-2-mingw32-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/mpfr/mpfr-3.1.2-2/mpfr-3.1.2-2-mingw32-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MinGW/Base/gmp/gmp-5.1.2/gmp-5.1.2-1-mingw32-dll.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/libiconv/libiconv-1.14-3/libiconv-1.14-3-mingw32-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/libiconv/libiconv-1.14-3/libiconv-1.14-3-mingw32-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/gettext/gettext-0.18.3.1-1/gettext-0.18.3.1-1-mingw32-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.8.1-4/gcc-core-4.8.1-4-mingw32-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/mpc/mpc-1.0.1-2/mpc-1.0.1-2-mingw32-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/mpfr/mpfr-3.1.2-2/mpfr-3.1.2-2-mingw32-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MinGW/Base/gmp/gmp-5.1.2/gmp-5.1.2-1-mingw32-dll.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"540592b29a5964a566127d3e976f0c0df8ffc1137788030c17a44750e7b02340",
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"homepage": "http://innounp.sourceforge.net",
|
||||
"version": "0.46",
|
||||
"url": "http://sourceforge.net/projects/innounp/files/innounp/innounp%200.46/innounp046.rar/",
|
||||
"url": "https://sourceforge.net/projects/innounp/files/innounp/innounp%200.46/innounp046.rar/",
|
||||
"hash": "3c056e2fc46ca9e92405f13ddf1f250cfe4bd66cb83b6647d87c74bc7242b121",
|
||||
"bin": "innounp.exe",
|
||||
"checkver": "<a name=\"History\">.*?<b>([0-9\\.]+)</b>"
|
||||
"checkver": "<a name=\"History\">.*?<b>([\\d.]+)</b>"
|
||||
}
|
||||
|
||||
@ -34,6 +34,6 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://julialang.org/downloads/",
|
||||
"re": "<h1[^>]+>Current Release \\(v([0-9\\.]+)\\)<\/h1>"
|
||||
"re": "<h1[^>]+>Current Release \\(v([\\d.]+)\\)<\/h1>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"version": "394",
|
||||
"license": "Simplified BSD",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/less/394/less-394-bin.zip",
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/less/394/less-394-dep.zip"
|
||||
"https://sourceforge.net/projects/gnuwin32/files/less/394/less-394-bin.zip",
|
||||
"https://sourceforge.net/projects/gnuwin32/files/less/394/less-394-dep.zip"
|
||||
],
|
||||
"hash": [
|
||||
"cd8233cb3caee8ccbbed6883443f44f2002218eceb4d697d38a0c40c2d181896",
|
||||
|
||||
@ -15,6 +15,6 @@
|
||||
"bin": "make.exe",
|
||||
"checkver": {
|
||||
"url": "http://www.equation.com/servlet/equation.cmd?fa=make",
|
||||
"re": "to download 32-bit binary of version ([0-9\\.]+)"
|
||||
"re": "to download 32-bit binary of version ([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
"license": "BSD",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://downloads.sourceforge.net/project/mediainfo/binary/mediainfo/0.7.85/MediaInfo_CLI_0.7.85_Windows_x64.zip",
|
||||
"url": "https://sourceforge.net/projects/mediainfo/files/binary/mediainfo/0.7.85/MediaInfo_CLI_0.7.85_Windows_x64.zip",
|
||||
"hash": "25f3752eb0c55009dcfedcf65faeb4a83bcd91081dfb2ec3b59aae44a7402961"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://downloads.sourceforge.net/project/mediainfo/binary/mediainfo/0.7.85/MediaInfo_CLI_0.7.85_Windows_i386.zip",
|
||||
"url": "https://sourceforge.net/projects/mediainfo/files/binary/mediainfo/0.7.85/MediaInfo_CLI_0.7.85_Windows_i386.zip",
|
||||
"hash": "2c9574b90910587ba514d09b18bae21f030ecd40d2a2d81f128b00d4d7118777"
|
||||
}
|
||||
},
|
||||
|
||||
@ -16,6 +16,6 @@
|
||||
"bin": "hg.exe",
|
||||
"checkver": {
|
||||
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
|
||||
"re": "Mercurial\\s+([0-9\\.]+)\\s+\\([0-9\\-]+\\)"
|
||||
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homepage": "http://www.mongodb.org",
|
||||
"version": "3.2.7",
|
||||
"license": "http://www.mongodb.org/about/licensing/",
|
||||
"homepage": "https://www.mongodb.org",
|
||||
"license": "https://www.mongodb.org/about/licensing/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.7-signed.msi",
|
||||
@ -28,7 +28,7 @@
|
||||
"MongoDB\\Server\\3.2\\bin\\mongotop.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://www.mongodb.org/downloads",
|
||||
"url": "https://www.mongodb.com/download-center",
|
||||
"re": "Current Stable Release \\(([\\d.]+)\\)"
|
||||
},
|
||||
"post_install": "
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "rev13",
|
||||
"url": "http://ufpr.dl.sourceforge.net/project/mingwbuilds/external-binary-packages/msys%2B7za%2Bwget%2Bsvn%2Bgit%2Bmercurial%2Bcvs-rev13.7z",
|
||||
"url": "https://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/msys%2B7za%2Bwget%2Bsvn%2Bgit%2Bmercurial%2Bcvs-rev13.7z",
|
||||
"hash": "5f2ea0c4b714a7d7e704e83040397d0ba7ecaf925afa5512aada180a711ef770",
|
||||
"extract_dir": "msys",
|
||||
"bin": "msys.bat"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"homepage": "http://www.nano-editor.org/",
|
||||
"version": "2.2.6",
|
||||
"homepage": "https://www.nano-editor.org/",
|
||||
"license": "GPL",
|
||||
"url": "http://www.nano-editor.org/dist/v2.2/NT/nano-2.2.6.zip",
|
||||
"hash": "87ae7984ab2ded388f5d30388483e8906aa46ac72ff4f2ea12063d0e8deffd62",
|
||||
|
||||
@ -19,6 +19,6 @@ rm $dir\\nodejs\\node_modules\\npm\\npmrc
|
||||
npm update -g",
|
||||
"checkver": {
|
||||
"url": "https://nodejs.org/en/download/current/",
|
||||
"re": "Current version: <strong>v([0-9\\.]+)</strong>"
|
||||
"re": "Current version: <strong>v([\\d.]+)</strong>"
|
||||
}
|
||||
}
|
||||
|
||||
12
openssh.json
12
openssh.json
@ -2,12 +2,12 @@
|
||||
"version": "5.4p1-1",
|
||||
"license": "http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/LICENCE?rev=HEAD",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/openssh/openssh-5.4p1-1/openssh-5.4p1-1-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/openssh/openssh-5.4p1-1/openssh-5.4p1-1-msys-1.0.13-lic.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/zlib/zlib-1.2.3-2/zlib-1.2.3-2-msys-1.0.13-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/minires/minires-1.02_1-2/libminires-1.02_1-2-msys-1.0.13-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/openssl/openssl-1.0.0-1/libopenssl-1.0.0-1-msys-1.0.13-dll-100.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/openssh/openssh-5.4p1-1/openssh-5.4p1-1-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/openssh/openssh-5.4p1-1/openssh-5.4p1-1-msys-1.0.13-lic.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/zlib/zlib-1.2.3-2/zlib-1.2.3-2-msys-1.0.13-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/minires/minires-1.02_1-2/libminires-1.02_1-2-msys-1.0.13-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/openssl/openssl-1.0.0-1/libopenssl-1.0.0-1-msys-1.0.13-dll-100.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"8c8e6a030a34c341394bb8b9f1760743468a8cc5e4244efc34f7ab3cd3e67b64",
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"homepage": "http://slproweb.com/products/Win32OpenSSL.html",
|
||||
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
||||
"version": "1.1.0b",
|
||||
"license": "https://www.openssl.org/source/license.html",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://slproweb.com/download/Win64OpenSSL-1_1_0b.exe",
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_0b.exe",
|
||||
"hash": "53f61ee3176495364df80c57ec928578136a743d8d460f6c6bae09c2a6eed1c6"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://slproweb.com/download/Win32OpenSSL-1_1_0b.exe",
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_0b.exe",
|
||||
"hash": "979073311cd70be8ea7f95cd20adadb159462cba574ba69df36cbfbc8c1076c6"
|
||||
}
|
||||
},
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"homepage": "http://optipng.sourceforge.net/",
|
||||
"version": "0.7.6",
|
||||
"license": "zlib",
|
||||
"url": "http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.6/optipng-0.7.6-win32.zip",
|
||||
"url": "https://sourceforge.net/projects/optipng/files/OptiPNG/optipng-0.7.6/optipng-0.7.6-win32.zip",
|
||||
"hash": "0012ec30ee5292e1fd19e0f8c45de4cc291fb5872c5bc83355c17e0b6ce662f7",
|
||||
"extract_dir": "optipng-0.7.6-win32",
|
||||
"bin": "optipng.exe"
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
"homepage": "http://www.mingw.org/wiki/MSYS",
|
||||
"version": "2.6.1",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/patch/patch-2.6.1-1/patch-2.6.1-1-msys-1.0.13-bin.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/patch/patch-2.6.1-1/patch-2.6.1-1-msys-1.0.13-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"4e262a414f238773b311c8bb55a52e62743c06e0e55b319ca5b47e3e306464d5",
|
||||
|
||||
@ -19,5 +19,5 @@
|
||||
[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" ],
|
||||
"checkver": "Recommended version:<\/b><\/p>\\s*<a href=\"\\/download\\/([^\\/]+)\\/strawberry-perl-[0-9\\.]+-64bit.msi"
|
||||
"checkver": "Recommended version:<\/b><\/p>\\s*<a href=\"\\/download\\/([^\\/]+)\\/strawberry-perl-[\\d.]+-64bit.msi"
|
||||
}
|
||||
|
||||
@ -16,6 +16,6 @@
|
||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
||||
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
}
|
||||
}
|
||||
|
||||
4
php.json
4
php.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homepage": "http://windows.php.net",
|
||||
"version": "7.0.10",
|
||||
"license": "http://www.php.net/license/",
|
||||
"license": "https://www.php.net/license/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
@ -40,6 +40,6 @@ cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"
|
||||
",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
||||
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -17,5 +17,9 @@
|
||||
["pngcrush_1_8_7_w32.exe", "pngcrush"]
|
||||
]
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://sourceforge.net/projects/pmt/files/pngcrush-executables/",
|
||||
"re": "title=\"([0-9\\.]+)\""
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"homepage": "http://premake.github.io/download.html",
|
||||
"homepage": "https://premake.github.io/download.html",
|
||||
"version": "4.4-b5",
|
||||
"license": "BSD 3-Clause",
|
||||
"url": "http://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-windows.zip",
|
||||
"url": "https://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-windows.zip",
|
||||
"hash": "09614c122156617a2b7973cc9f686daa32e64e3e7335d38db887cfb8f6a8574d",
|
||||
"bin": [
|
||||
"premake4.exe"
|
||||
|
||||
2
pt.json
2
pt.json
@ -23,6 +23,6 @@
|
||||
"bin": "pt.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/latest",
|
||||
"re": "\/monochromegane\/the_platinum_searcher\/releases\/tag\/v([0-9\\.]+)"
|
||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.python.org",
|
||||
"homepage": "https://www.python.org/",
|
||||
"license": "https://docs.python.org/3/license.html",
|
||||
"version": "3.5.2",
|
||||
"architecture": {
|
||||
@ -111,5 +111,5 @@
|
||||
$create_reg.Invoke(\"Python\\PythonCore\\3.5\\InstallPath\", \"$dir\")
|
||||
$create_reg.Invoke(\"Python\\PythonCore\\3.5\\PythonPath\", \"$dir;$dir\\Lib\\;$dir\\DLLs\\\")",
|
||||
"env_add_path": [ "scripts" ],
|
||||
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
|
||||
"checkver": "<p>Latest: <a href=\".*\">Python ([\\d.]+)</a> - <a.*>.*</a></p>"
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://www.python.org",
|
||||
"homepage": "https://www.python.org/",
|
||||
"license": "https://docs.python.org/3/license.html",
|
||||
"version": "3.5.2",
|
||||
"architecture": {
|
||||
@ -33,6 +33,6 @@
|
||||
[ "python.exe", "python3" ]
|
||||
],
|
||||
"env_add_path": [ "scripts" ],
|
||||
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
|
||||
"checkver": "<p>Latest: <a href=\".*\">Python ([\\d.]+)</a> - <a.*>.*</a></p>"
|
||||
}
|
||||
|
||||
|
||||
2
r.json
2
r.json
@ -31,6 +31,6 @@ Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--thi
|
||||
",
|
||||
"checkver": {
|
||||
"url": "https://cran.rstudio.com/bin/windows/base/",
|
||||
"re": "<h1>R-([0-9\\.]+)"
|
||||
"re": "<h1>R-([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"rancher-compose.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://github.com/rancher/rancher-compose/releases",
|
||||
"re": "<span class=\"css-truncate-target\">v(\\d+\\.\\d+\\.\\d+)</span>"
|
||||
"url": "https://github.com/rancher/rancher-compose/releases/latest",
|
||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"homepage": "https://www.rethinkdb.com/",
|
||||
"license": "http://www.gnu.org/licenses/agpl-3.0.html",
|
||||
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
|
||||
"version": "2.3.5",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -10,7 +10,7 @@
|
||||
},
|
||||
"bin": "rethinkdb.exe",
|
||||
"checkver": {
|
||||
"url": "http://rethinkdb.com/docs/install/windows/",
|
||||
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([0-9\\.]+)\\.zip\">"
|
||||
"url": "https://rethinkdb.com/docs/install/windows/",
|
||||
"re": "<a href=\"https://download\\.rethinkdb\\.com/windows/rethinkdb-([\\d.]+)\\.zip\">"
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.1-x64-mingw32.7z?direct#/dl.7z",
|
||||
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z"
|
||||
"https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.1-x64-mingw32.7z?direct#/dl.7z",
|
||||
"https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z"
|
||||
],
|
||||
"hash": [
|
||||
"d033e0343147d178a04752dbd0758311967189d37c16e9329828606b5a87be7d",
|
||||
@ -15,8 +15,8 @@
|
||||
},
|
||||
"32bit": {
|
||||
"url": [
|
||||
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.1-i386-mingw32.7z?direct#/dl.7z",
|
||||
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z"
|
||||
"https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.1-i386-mingw32.7z?direct#/dl.7z",
|
||||
"https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z"
|
||||
],
|
||||
"hash": [
|
||||
"24eddf097265dd8010e1118ef88428de0d182adfec6a6adb8073ca3dfcdec321",
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
"homepage": "http://rubyinstaller.org",
|
||||
"version": "1.9.3-p551",
|
||||
"url": [
|
||||
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-1.9.3-p551-i386-mingw32.7z?direct#/dl.7z",
|
||||
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe#/dl2.7z"
|
||||
"https://dl.bintray.com/oneclick/rubyinstaller/ruby-1.9.3-p551-i386-mingw32.7z?direct#/dl.7z",
|
||||
"https://dl.bintray.com/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe#/dl2.7z"
|
||||
],
|
||||
"hash": [
|
||||
"207fdb5b2f9436ad1ac27bf51918b913c14c443d1b83cd910cf5a59acaeab756",
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://github.com/rust-lang/rust/releases",
|
||||
"re": "<span class=\"tag-name\">([0-9\\.]+)</span>"
|
||||
"re": "<span class=\"tag-name\">([\\d.]+)</span>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://github.com/rust-lang/rust/releases",
|
||||
"re": "<span class=\"tag-name\">([0-9\\.]+)</span>"
|
||||
"re": "<span class=\"tag-name\">([\\d.]+)</span>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"env_set": {
|
||||
"SBCL_HOME": "$dir\\PFiles\\Steel Bank Common Lisp\\1.3.7"
|
||||
},
|
||||
"bin": [ "PFiles\\Steel Bank Common Lisp\\1.3.7\\sbcl.exe"],
|
||||
"checkver": "The most recent version is <a href=[^>]+>SBCL ([^\\ ]+)<\/a",
|
||||
"bin": [ "PFiles\\Steel Bank Common Lisp\\1.3.10\\sbcl.exe"],
|
||||
"checkver": ">SBCL ([\\d.]+)<",
|
||||
"notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
|
||||
}
|
||||
|
||||
4
sed.json
4
sed.json
@ -3,8 +3,8 @@
|
||||
"version": "4.2.1",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/sed/4.2.1/sed-4.2.1-bin.zip",
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/sed/4.2.1/sed-4.2.1-dep.zip"
|
||||
"https://sourceforge.net/projects/gnuwin32/files/sed/4.2.1/sed-4.2.1-bin.zip",
|
||||
"https://sourceforge.net/projects/gnuwin32/files/sed/4.2.1/sed-4.2.1-dep.zip"
|
||||
],
|
||||
"hash": [
|
||||
"ae1651ffb461d69a7c51c76867a859d8addf802b85678834c0ebb402ef79b3cd",
|
||||
|
||||
@ -27,6 +27,6 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://sliksvn.com/download/",
|
||||
"re": "<a.*>SVN ([0-9\\.]+), 64 bit</a>"
|
||||
"re": "<a.*>SVN ([\\d.]+), 64 bit</a>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,5 +10,5 @@
|
||||
"sqldiff.exe",
|
||||
"sqlite3_analyzer.exe"
|
||||
],
|
||||
"checkver": "<a.*>Version ([0-9\\.]+)</a>"
|
||||
"checkver": "<a.*>Version ([\\d.]+)</a>"
|
||||
}
|
||||
|
||||
10
tar.json
10
tar.json
@ -4,11 +4,11 @@
|
||||
"license": "GPL2",
|
||||
"depends": "gzip",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/tar/tar-1.23-1/tar-1.23-1-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/regex/regex-1.20090805-2/libregex-1.20090805-2-msys-1.0.13-dll-1.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/tar/tar-1.23-1/tar-1.23-1-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/libiconv/libiconv-1.14-1/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/gettext/gettext-0.18.1.1-1/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/regex/regex-1.20090805-2/libregex-1.20090805-2-msys-1.0.13-dll-1.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"2fa09e5a9563a9608077a65b276891c9f89de416dbe4b4a9eb4e8f36250a2887",
|
||||
|
||||
12
telnet.json
12
telnet.json
@ -3,12 +3,12 @@
|
||||
"license": "GPL2",
|
||||
"version": "msys-inetutils-1.7-1",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/termcap/termcap-0.20050421_1-2/termcap-0.20050421_1-2-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/minires/minires-1.02_1-2/libminires-1.02_1-2-msys-1.0.13-dll.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/bison/bison-2.4.2-1/bison-2.4.2-1-msys-1.0.13-rtm.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/inetutils/inetutils-1.7-1/inetutils-1.7-1-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/inetutils/inetutils-1.7-1/inetutils-1.7-1-msys.RELEASE_NOTES.txt"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.13-2/msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/termcap/termcap-0.20050421_1-2/termcap-0.20050421_1-2-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/minires/minires-1.02_1-2/libminires-1.02_1-2-msys-1.0.13-dll.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/bison/bison-2.4.2-1/bison-2.4.2-1-msys-1.0.13-rtm.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/inetutils/inetutils-1.7-1/inetutils-1.7-1-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/inetutils/inetutils-1.7-1/inetutils-1.7-1-msys.RELEASE_NOTES.txt"
|
||||
],
|
||||
"hash": [
|
||||
"41c7d5561662e41da74951f373a08a95db40b27b1246227bbbc13abc44976ea7",
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"homepage": "http://thrift.apache.org/",
|
||||
"homepage": "https://thrift.apache.org/",
|
||||
"version": "0.9.3",
|
||||
"licence": "Apache License v2.0",
|
||||
"url": "http://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe",
|
||||
"url": "https://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe",
|
||||
"hash": "md5:d373614a4fac5cf0aff1340dfe630acb",
|
||||
"bin": [["thrift-0.9.3.exe", "thrift"]],
|
||||
"checkver": "Apache\\s+Thrift\\s+v([0-99\\.]+)"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"version": "6.0",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/unzip/unzip-6.0-1/unzip-6.0-1-msys-1.0.13-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/unzip/unzip-6.0-1/unzip-6.0-1-msys-1.0.13-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"ecb6749234f83389b34723db52a36326421e9bb1aa41f0ce575aa802ca390c79",
|
||||
|
||||
8
upx.json
8
upx.json
@ -1,8 +1,12 @@
|
||||
{
|
||||
"homepage": "http://upx.sourceforge.net",
|
||||
"homepage": "https://upx.github.io/",
|
||||
"version": "3.91",
|
||||
"url": "http://upx.sourceforge.net/download/upx391w.zip",
|
||||
"hash": "d7d4817f46d2616c209c46fb8bce44e4bec93ab5adef5e4dfc93ee879527be1b",
|
||||
"bin": "upx391w\\upx.exe",
|
||||
"license": "GPL2"
|
||||
"license": "GPL2",
|
||||
"checkver": {
|
||||
"url": "https://github.com/upx/upx/releases/latest",
|
||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"extract_dir": "HashiCorp/Vagrant",
|
||||
"bin": "bin\\vagrant.exe",
|
||||
"checkver": {
|
||||
"url": "http://www.vagrantup.com/downloads.html",
|
||||
"re": "latest\\s+version\\s+of\\s+Vagrant\\s+\\(([^\\)]+)\\)"
|
||||
"url": "https://www.vagrantup.com/downloads.html",
|
||||
"re": "vagrant\/([\\d.]+)\/vagrant"
|
||||
}
|
||||
}
|
||||
|
||||
6
vim.json
6
vim.json
@ -5,8 +5,8 @@
|
||||
"url": [
|
||||
"http://ftp.vim.org/pub/vim/pc/vim80w32.zip",
|
||||
"http://ftp.vim.org/pub/vim/pc/vim80rt.zip",
|
||||
"http://ufpr.dl.sourceforge.net/project/gettext/libiconv-win32/1.9.1/libiconv-1.9.1.bin.woe32.zip",
|
||||
"http://ufpr.dl.sourceforge.net/project/gettext/gettext-win32/0.13.1/gettext-runtime-0.13.1.bin.woe32.zip",
|
||||
"https://sourceforge.net/projects/gettext/files/libiconv-win32/1.9.1/libiconv-1.9.1.bin.woe32.zip",
|
||||
"https://sourceforge.net/projects/gettext/files/gettext-win32/0.13.1/gettext-runtime-0.13.1.bin.woe32.zip",
|
||||
"https://raw.github.com/lukesampson/psutils/3653063/vimtutor.ps1"
|
||||
],
|
||||
"hash": [
|
||||
@ -26,7 +26,7 @@
|
||||
} else { echo '~/.vimrc exists, skipping' }",
|
||||
"checkver": {
|
||||
"url": "http://www.vim.org/download.php",
|
||||
"re": "Vim ([0-9\\.]+) is the latest stable version"
|
||||
"re": "Vim ([\\d.]+) is the latest stable version"
|
||||
},
|
||||
"env_set": {
|
||||
"VIM": "$dir"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"version": "2.20",
|
||||
"license": "GPL2",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/gnuwin32/which/2.20/which-2.20-bin.zip"
|
||||
"https://sourceforge.net/projects/gnuwin32/files/which/2.20/which-2.20-bin.zip"
|
||||
],
|
||||
"hash": [
|
||||
"035ec15541649f75459fb81f02406c72e1129fc9041b308160938ae712a603a4"
|
||||
|
||||
@ -7,6 +7,6 @@
|
||||
"bin": "Yarn\\bin\\yarn.cmd",
|
||||
"checkver": {
|
||||
"url": "https://github.com/yarnpkg/yarn/releases/latest",
|
||||
"re": "\/releases\/tag\/v([0-9\\.]+)"
|
||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"homepage": "http://rg3.github.io/youtube-dl/",
|
||||
"homepage": "https://rg3.github.io/youtube-dl/",
|
||||
"license": "Public Domain",
|
||||
"version": "2016.09.27",
|
||||
"url": "https://yt-dl.org/downloads/2016.09.27/youtube-dl.exe",
|
||||
@ -9,7 +9,7 @@
|
||||
"ffmpeg"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "http://rg3.github.io/youtube-dl/download.html",
|
||||
"re": "<a href=\"https://yt-dl.org/downloads/([0-9\\.]+)/youtube-dl.exe\">Windows exe"
|
||||
"url": "https://github.com/rg3/youtube-dl/releases/latest",
|
||||
"re": "\/releases\/tag\/([\\d.]+)"
|
||||
}
|
||||
}
|
||||
|
||||
4
zip.json
4
zip.json
@ -3,8 +3,8 @@
|
||||
"version": "3.0",
|
||||
"license": "http://www.info-zip.org/doc/LICENSE",
|
||||
"url": [
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Extension/zip/zip-3.0-1/zip-3.0-1-msys-1.0.14-bin.tar.lzma",
|
||||
"http://ufpr.dl.sourceforge.net/project/mingw/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Extension/zip/zip-3.0-1/zip-3.0-1-msys-1.0.14-bin.tar.lzma",
|
||||
"https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.18-1/msysCORE-1.0.18-1-msys-1.0.18-bin.tar.lzma"
|
||||
],
|
||||
"hash": [
|
||||
"ffe9b49d5302e00f8e5e6c6166e2f6e898c9459e696812284c8f37350f6fc45d",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user