Merge remote-tracking branch 'upstream/master' into persist

This commit is contained in:
Rémy 2017-03-30 00:15:29 +02:00
commit 0e88faa326
16 changed files with 142 additions and 84 deletions

View File

@ -5,12 +5,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win64-mingw.7z#/dl.7z", "url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win64-mingw.7z#/dl.7z",
"hash": "f204fe863291ee840517cf57a40f21aaec877d04f0662011cf52121392a448df", "hash": "6ef597340eb267100462b2f0bd2e552f0a46652a420836990956e31c91721a34",
"extract_dir": "curl-7.53.1-win64-mingw" "extract_dir": "curl-7.53.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win32-mingw.7z#/dl.7z", "url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win32-mingw.7z#/dl.7z",
"hash": "587b9998a89c3aa799e97c1e64b47375c6ed72b3b57047061576d273be396b37", "hash": "b4c4cfefae904d80457c503bda752a2391a1c9e303bbcb2fbc86799c3a0ce823",
"extract_dir": "curl-7.53.1-win32-mingw" "extract_dir": "curl-7.53.1-win32-mingw"
} }
}, },

View File

@ -1,14 +1,14 @@
{ {
"version": "17.03.0-ce", "version": "17.03.1-ce",
"license": "https://github.com/docker/docker/blob/master/LICENSE", "license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-17.03.0-ce.zip", "url": "https://get.docker.com/builds/Windows/x86_64/docker-17.03.1-ce.zip",
"hash": "6ab9e1b7aed9ab98fe6adec6e8e45cec9f5c69e1370d7ceec5029a5df199d0e1" "hash": "f22cfd236cb956fd7e0309e11ef0020b2a4b6d3c53bb409f837271d0d870c6ea"
}, },
"32bit": { "32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-17.03.0-ce.zip", "url": "https://get.docker.com/builds/Windows/i386/docker-17.03.1-ce.zip",
"hash": "bc090c38554c058bd40ff25abe6e0873a16819ae3edf658d89cbc5a0768dad3f" "hash": "a86090b2dfe1677de03ca3463967259c6c615743d900f07be3fb8781763ec4c9"
} }
}, },
"homepage": "https://docker.com", "homepage": "https://docker.com",

View File

@ -1,11 +1,17 @@
{ {
"homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html", "homepage": "http://www.sno.phy.queensu.ca/~phil/exiftool/index.html",
"version": "10.46", "version": "10.47",
"license": "http://dev.perl.org/licenses/", "license": "http://dev.perl.org/licenses/",
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.46.zip", "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-10.47.zip",
"hash": "1258490d42368887d92654fe2ed2475fe99acf684827fb3e73cda4f0d2c3ef09", "hash": "dbdee5ef78655600efe04888486df6243c5477a3a9a0b9a54b62e92332373705",
"bin": [ "bin": [
["exiftool(-k).exe", "exiftool"] [
"exiftool(-k).exe",
"exiftool"
]
], ],
"checkver": "exiftool-([\\d.]+).zip" "checkver": "exiftool-([\\d.]+).zip",
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-$version.zip"
}
} }

View File

@ -1,17 +1,17 @@
{ {
"version": "20170321-db7a05d", "version": "20170327-d65b595",
"homepage": "https://ffmpeg.zeranoe.com/builds/", "homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3", "license": "GPL3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170321-db7a05d-win64-static.zip", "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170327-d65b595-win64-static.zip",
"hash": "496f0eaa3409ea7b31384acfa389e5035ba3e34be44106b36fbaec0e00476fbd", "hash": "41e43e1e7bde0a30bd8eb46fcbc1c319c9c248a29e0ea91b16e591509cabec20",
"extract_dir": "ffmpeg-20170321-db7a05d-win64-static" "extract_dir": "ffmpeg-20170327-d65b595-win64-static"
}, },
"32bit": { "32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170321-db7a05d-win32-static.zip", "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170327-d65b595-win32-static.zip",
"hash": "988d51c7933291185c0ec40096f1e19300749f08e5deb9f7438db61524b3d1c4", "hash": "ba372487c22ebdf63a945a213e0deac65fab99d3f1d5deddab2544dfd1d21009",
"extract_dir": "ffmpeg-20170321-db7a05d-win32-static" "extract_dir": "ffmpeg-20170327-d65b595-win32-static"
} }
}, },
"bin": [ "bin": [

View File

@ -1,22 +1,46 @@
{ {
"homepage": "http://www.ghostscript.com", "homepage": "http://www.ghostscript.com",
"version": "9.20", "version": "9.21",
"license": "http://www.gnu.org/licenses/agpl-3.0.html", "license": "http://www.gnu.org/licenses/agpl-3.0.html",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/gs920w64.exe#/dl.7z", "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/gs921w64.exe#/dl.7z",
"hash": "1ecfa992669c2368caeb4c999d48bf8971ba16e1cc5d0886f6a0d74005c1e4bb", "hash": "41bf242d0e4303f329f4b67fc0c556885fe0a5d4012cf5c1e7ddc62a5d25aba9",
"bin": [ "bin\\gswin64.exe", "bin\\gswin64c.exe" ] "bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe"
]
}, },
"32bit": { "32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/gs920w32.exe#/dl.7z", "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/gs921w32.exe#/dl.7z",
"hash": "dfa0ed51c6b1d4002035966af50fde9389e83d8cde644a560b2cdb8b8ae94b5f", "hash": "75f5983ac23fbc26760f1033062ec914e7dbafcb029e47e54e77a762ee934089",
"bin": [ "bin\\gswin32.exe", "bin\\gswin32c.exe" ] "bin": [
"bin\\gswin32.exe",
"bin\\gswin32c.exe"
]
} }
}, },
"env_add_path": [ "bin", "lib" ], "env_add_path": [
"bin",
"lib"
],
"checkver": { "checkver": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/latest", "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/latest",
"re": "Ghostscript\\/GhostPDL ([\\d.]+)" "re": "Ghostscript\\/GhostPDL ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw32.exe#/dl.7z"
}
},
"hash": {
"mode": "extract",
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/SHA256SUMS",
"find": "([a-z0-9]{64})\\s+(?:$basename)"
}
} }
} }

View File

@ -2,15 +2,15 @@
"_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git.json", "_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git.json",
"homepage": "https://git-for-windows.github.io/", "homepage": "https://git-for-windows.github.io/",
"license": "GPL2", "license": "GPL2",
"version": "2.12.1.windows.1", "version": "2.12.2.windows.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.12.1.windows.1/PortableGit-2.12.1-64-bit.7z.exe#/dl.7z", "url": "https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.1/PortableGit-2.12.2-64-bit.7z.exe#/dl.7z",
"hash": "8b0000297c9501de2cbb007f97c69e7541869137a757bba81673685665b7de28" "hash": "6a366a5b5702d24b401aba6b022d502b5f6597e00654075e491319878ba0a535"
}, },
"32bit": { "32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.12.1.windows.1/PortableGit-2.12.1-32-bit.7z.exe#/dl.7z", "url": "https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.1/PortableGit-2.12.2-32-bit.7z.exe#/dl.7z",
"hash": "2f9d2bdf52a7a3855d97a8551162436d7b8d153ea2b823d6be67997aad7a1d23" "hash": "52c236fead982c31733e43fb7361a4982b2d1c0a54a011f68b074ec7f64436c3"
} }
}, },
"bin": [ "bin": [

View File

@ -2,15 +2,15 @@
"_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git-with-openssh.json", "_comment": "Maintainers: when updating this manifest to a new version, you might like to also update git-with-openssh.json",
"homepage": "https://git-for-windows.github.io/", "homepage": "https://git-for-windows.github.io/",
"license": "GPL2", "license": "GPL2",
"version": "2.12.1.windows.1", "version": "2.12.2.windows.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.12.1.windows.1/PortableGit-2.12.1-64-bit.7z.exe#/dl.7z", "url": "https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.1/PortableGit-2.12.2-64-bit.7z.exe#/dl.7z",
"hash": "8b0000297c9501de2cbb007f97c69e7541869137a757bba81673685665b7de28" "hash": "6a366a5b5702d24b401aba6b022d502b5f6597e00654075e491319878ba0a535"
}, },
"32bit": { "32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.12.1.windows.1/PortableGit-2.12.1-32-bit.7z.exe#/dl.7z", "url": "https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.1/PortableGit-2.12.2-32-bit.7z.exe#/dl.7z",
"hash": "2f9d2bdf52a7a3855d97a8551162436d7b8d153ea2b823d6be67997aad7a1d23" "hash": "52c236fead982c31733e43fb7361a4982b2d1c0a54a011f68b074ec7f64436c3"
} }
}, },
"bin": [ "bin": [

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://kubernetes.io/docs/user-guide/kubectl-overview/", "homepage": "https://kubernetes.io/docs/user-guide/kubectl-overview/",
"license": "https://github.com/kubernetes/kubernetes/blob/master/LICENSE", "license": "https://github.com/kubernetes/kubernetes/blob/master/LICENSE",
"version": "1.5.5", "version": "1.6.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/kubernetes-release/release/v1.5.5/kubernetes-client-windows-amd64.tar.gz", "url": "https://storage.googleapis.com/kubernetes-release/release/v1.6.0/kubernetes-client-windows-amd64.tar.gz",
"hash": "sha1:91e4e2eac9977c1500603d55d4f08fc0d0a359ac" "hash": "sha1:d5b45f3d7bd8e322b4fd7543f9375ff9d15779d5"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/kubernetes-release/release/v1.5.5/kubernetes-client-windows-386.tar.gz", "url": "https://storage.googleapis.com/kubernetes-release/release/v1.6.0/kubernetes-client-windows-386.tar.gz",
"hash": "sha1:1b53605c7bdd6c9f79e27521a6523c1da27a01e6" "hash": "sha1:6b497057e70bb8b5774b386ab0f275ed5d81d9de"
} }
}, },
"extract_dir": "kubernetes\\client", "extract_dir": "kubernetes\\client",

View File

@ -1,11 +1,11 @@
{ {
"homepage": "https://www.mongodb.org", "homepage": "https://www.mongodb.org",
"version": "3.4.2", "version": "3.4.3",
"license": "https://www.mongodb.org/about/licensing/", "license": "https://www.mongodb.org/about/licensing/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.2-signed.msi", "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.3-signed.msi",
"hash": "ff8a4226de8a8d766ae0713dd94663e965cc0505540026e2483cb6351a55eb23" "hash": "b7c181e12b8261c1df341458efcda905ed95c962165fdd2ebd0eb32f0baa1328"
} }
}, },
"bin": [ "bin": [
@ -23,13 +23,20 @@
"MongoDB\\Server\\3.4\\bin\\mongostat.exe", "MongoDB\\Server\\3.4\\bin\\mongostat.exe",
"MongoDB\\Server\\3.4\\bin\\mongotop.exe" "MongoDB\\Server\\3.4\\bin\\mongotop.exe"
], ],
"checkver": {
"url": "https://www.mongodb.com/download-center",
"re": "Current Stable Release \\(([\\d.]+)\\)"
},
"post_install": " "post_install": "
# create initial directories # create initial directories
mkdir C:\\data mkdir C:\\data
mkdir C:\\data\\db mkdir C:\\data\\db
" ",
"checkver": {
"url": "https://www.mongodb.com/download-center",
"re": "Current Stable Release \\(([\\d.]+)\\)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-$version-signed.msi"
}
}
}
} }

View File

@ -1,15 +1,15 @@
{ {
"homepage": "http://nodejs.org", "homepage": "http://nodejs.org",
"version": "7.7.4", "version": "7.8.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nodejs.org/dist/v7.7.4/node-v7.7.4-x64.msi", "url": "https://nodejs.org/dist/v7.8.0/node-v7.8.0-x64.msi",
"hash": "55738bb03d48318fe505847eb4675debe8bf90adb1a572ad018b10702ea40819" "hash": "f66a1774086f31e6e9480f6dd67e31f1853a58d26970a19672b40ba0b318a442"
}, },
"32bit": { "32bit": {
"url": "https://nodejs.org/dist/v7.7.4/node-v7.7.4-x86.msi", "url": "https://nodejs.org/dist/v7.8.0/node-v7.8.0-x86.msi",
"hash": "2888f2303bcaa35f05b3dce7cbfee58af77dcea6bed4b9ff549b181c65eb4565" "hash": "0eda7b5dabd72865f96985d5ef0ad7048df87a79ff52a77b352ca293f52e2930"
} }
}, },
"extract_dir": "nodejs", "extract_dir": "nodejs",

View File

@ -4,19 +4,40 @@
"license": "http://www.php.net/license/", "license": "http://www.php.net/license/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip", "url": [
"hash": "sha1:383c79286a3ab143388d12ba89a9e3418796fa4f" "http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x64.zip",
"https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll"
],
"hash": [
"sha1:4000132114cecdec82c83b09aed6a962ed928e0b",
"56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f"
]
}, },
"32bit": { "32bit": {
"url": "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip", "url": [
"hash": "sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716" "http://windows.php.net/downloads/releases/php-7.1.3-nts-Win32-VC14-x86.zip",
"https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll"
],
"hash": [
"sha1:d7089c0d342a663ffea1a4e5973ef55b3b4b8ba8",
"cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32"
]
} }
}, },
"bin": [ "bin": [
"php.exe", "php.exe",
"php-cgi.exe" "php-cgi.exe"
], ],
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "env_set": {
"PHP_INI_SCAN_DIR": "$dir\\..\\conf"
},
"post_install": "
#Copy PHP configuration file to expected location
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"
#Enable extensions to be found in installation-relative folder (the default is to search C:/php)
(gc \"$dir\\php.ini\") | % { $_ -replace '; extension_dir = \"ext\"', 'extension_dir = \"ext\"' } | sc \"$dir\\php.ini\"
",
"checkver": { "checkver": {
"url": "http://windows.php.net/download/", "url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-7.1\".*?>.*?\\(([\\d.]+)\\)</h3>" "re": "<h3 id=\"php-7.1\".*?>.*?\\(([\\d.]+)\\)</h3>"
@ -24,10 +45,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC14-x64.zip" "url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC14-x64.zip"
}, },
"32bit": { "32bit": {
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC14-x86.zip" "url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC14-x86.zip"
} }
}, },
"hash": { "hash": {

View File

@ -1,26 +1,26 @@
{ {
"homepage": "http://windows.php.net", "homepage": "http://windows.php.net",
"version": "7.1.3", "version": "7.1.3",
"license": "https://www.php.net/license/", "license": "http://www.php.net/license/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip", "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x64.zip",
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll" "https://r15ch13.keybase.pub/vcredist/2017/x64/vcruntime140.dll"
], ],
"hash": [ "hash": [
"sha1:383c79286a3ab143388d12ba89a9e3418796fa4f", "sha1:383c79286a3ab143388d12ba89a9e3418796fa4f",
"acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c" "56de253172b2ff70ba89cc0544e09c6dd34d6793231c09aa6dfaac755535f45f"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip", "http://windows.php.net/downloads/releases/php-7.1.3-Win32-VC14-x86.zip",
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll" "https://r15ch13.keybase.pub/vcredist/2017/x86/vcruntime140.dll"
], ],
"hash": [ "hash": [
"sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716", "sha1:eb751a2341dd2f7fea6e658368c86f7689c3a716",
"b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e" "cdc006fc80c4437d009b8c72008a443a9ee5bce383d8b3dc16aeec0e081cfe32"
] ]
} }
}, },

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.terraform.io", "homepage": "https://www.terraform.io",
"license": "Mozilla Public License 2.0", "license": "Mozilla Public License 2.0",
"version": "0.9.1", "version": "0.9.2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.1/terraform_0.9.1_windows_amd64.zip", "url": "https://releases.hashicorp.com/terraform/0.9.2/terraform_0.9.2_windows_amd64.zip",
"hash": "12508576ffd0c01901794d16adb7fc9389be6a2911cbdfa6c5611576b1352843" "hash": "17cccc1dec8a0d8a8684a1533b1ce200202bb7176f78fcb1ca9d82d4ead53f03"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/terraform/0.9.1/terraform_0.9.1_windows_386.zip", "url": "https://releases.hashicorp.com/terraform/0.9.2/terraform_0.9.2_windows_386.zip",
"hash": "08949e4736852fd5e71bdda35d0e4a053ed8827fb6d20409d117f79cf68d3267" "hash": "c42f6b4499ac2372c11710a001bd4935e1ee6bd83b7bfe2f728b849d52441610"
} }
}, },
"bin": [ "bin": [

View File

@ -1,15 +1,15 @@
{ {
"homepage": "http://www.vim.org", "homepage": "http://www.vim.org",
"license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license",
"version": "8.0.0503", "version": "8.0.0515",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0503/gvim_8.0.0503_x86.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0515/gvim_8.0.0515_x86.zip",
"hash": "2197b2dcb8a5e29f9f4e7d8f608bde7ace6a0174d0d98ce31c217663a16b3fb2" "hash": "3d014e8020dc2aec84db0146e2573da1d243ff02f13fca2bebe68d98b2c7d8f7"
}, },
"64bit": { "64bit": {
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0503/gvim_8.0.0503_x64.zip", "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0515/gvim_8.0.0515_x64.zip",
"hash": "2cc6563bdfed737276c213a04891cdcfed7731d96a7effdbaa2c4c76f0b88903" "hash": "77f5cdc12dc2f71f04ae8bfec9a8d5e2d76a59fa75c1d252712568980031672a"
} }
}, },
"extract_dir": "vim\\vim80", "extract_dir": "vim\\vim80",

View File

@ -11,14 +11,14 @@
"nvm" "nvm"
] ]
}, },
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.21.3/yarn-0.21.3.msi", "url": "https://yarnpkg.com/downloads/0.21.3/yarn-0.21.3.msi",
"hash": "3b4e34f8a3b3c4cb63f2da5411fe7a7977f35e65679b45b68773de4ed24a0d1c", "hash": "3b4e34f8a3b3c4cb63f2da5411fe7a7977f35e65679b45b68773de4ed24a0d1c",
"bin": "Yarn\\bin\\yarn.cmd", "bin": "Yarn\\bin\\yarn.cmd",
"checkver": { "checkver": {
"url": "https://github.com/yarnpkg/yarn/releases/latest", "url": "https://yarnpkg.com/latest-version",
"re": "/releases/tag/v([\\d.]+)" "re": "([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-$version.msi" "url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi"
} }
} }

View File

@ -1,9 +1,9 @@
{ {
"homepage": "https://rg3.github.io/youtube-dl/", "homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain", "license": "Public Domain",
"version": "2017.03.24", "version": "2017.03.26",
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.03.24/youtube-dl.exe", "url": "https://github.com/rg3/youtube-dl/releases/download/2017.03.26/youtube-dl.exe",
"hash": "6b4100c8e88ee25848dc62d772ded2b8844482e27e80fb5b66bf104603b92511", "hash": "22fad4d6bacf73cea24663e2f11a47ab20c5566ef97fbce5bd48143ac64e2ac2",
"bin": "youtube-dl.exe", "bin": "youtube-dl.exe",
"depends": [ "depends": [
"ffmpeg" "ffmpeg"