From 0ea6098e0259188c02fabf489972cb43c0762616 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 15 Jan 2017 15:05:03 +0100 Subject: [PATCH] Updates * cmake * ffmpeg * git-lfs * groovy * imagemagick * latex * premake5 * rg * youtube-dl --- cmake.json | 26 +++++++++++++++++++------- ffmpeg.json | 14 +++++++------- git-lfs.json | 14 +++++++------- groovy.json | 6 +++--- imagemagick.json | 14 ++++++++------ latex.json | 6 +++--- premake5.json | 11 +++++++---- rg.json | 10 +++++----- youtube-dl.json | 6 +++--- 9 files changed, 62 insertions(+), 45 deletions(-) diff --git a/cmake.json b/cmake.json index a7fb3af094..b894817a1c 100644 --- a/cmake.json +++ b/cmake.json @@ -1,17 +1,17 @@ { "homepage": "https://cmake.org/", - "version": "3.7.1", + "version": "3.7.2", "license": "https://cmake.org/licensing/", "architecture": { "64bit": { - "url": "https://cmake.org/files/v3.7/cmake-3.7.1-win64-x64.zip", - "hash": "659ecb8207e1266786188c7eaf45308458ba5f719c985970f6f55ec0b5a96746", - "extract_dir": "cmake-3.7.1-win64-x64" + "url": "https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip", + "hash": "def3bb81dfd922ce1ea2a0647645eefb60e128d520c8ca707c5996c331bc8b48", + "extract_dir": "cmake-3.7.2-win64-x64" }, "32bit": { - "url": "https://cmake.org/files/v3.7/cmake-3.7.1-win32-x86.zip", - "hash": "d2ec53ba3e3a12f734ed7127704ff9a83361e7cc6f9a0f0b3e2b56d9868a76b9", - "extract_dir": "cmake-3.7.1-win32-x86" + "url": "https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.zip", + "hash": "ec5e299d412e0272e01d4de5bf07718f42c96361f83d51cc39f91bf49cc3e5c3", + "extract_dir": "cmake-3.7.2-win32-x86" } }, "bin": [ @@ -24,5 +24,17 @@ "checkver": { "re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)", "url": "https://cmake.org/download/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip", + "extract_dir": "cmake-$version-win64-x64" + }, + "32bit": { + "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip", + "extract_dir": "cmake-$version-win32-x86" + } + } } } diff --git a/ffmpeg.json b/ffmpeg.json index da26ed290e..cdd165bbb1 100644 --- a/ffmpeg.json +++ b/ffmpeg.json @@ -1,17 +1,17 @@ { - "version": "20170110-f48b6b8", + "version": "20170112-6596b34", "homepage": "https://ffmpeg.zeranoe.com/builds/", "license": "GPL3", "architecture": { "64bit": { - "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170110-f48b6b8-win64-static.zip", - "hash": "7b122b3ce21d93ab94a35145c8b92fc34957f085e3d13a5aa254672e4bb6dc2b", - "extract_dir": "ffmpeg-20170110-f48b6b8-win64-static" + "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170112-6596b34-win64-static.zip", + "hash": "1947e7263f1c14f2ab471e8f6b7665bde3c187236750767e5624d704e4114a36", + "extract_dir": "ffmpeg-20170112-6596b34-win64-static" }, "32bit": { - "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170110-f48b6b8-win32-static.zip", - "hash": "abc56f5209058f1f7b382ea0a2bc5792dd38f4f4da6b2a4bb3f5aa93ed7acc25", - "extract_dir": "ffmpeg-20170110-f48b6b8-win32-static" + "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170112-6596b34-win32-static.zip", + "hash": "819c042e3c0f23ccce66d9dfc106eaef2049e88a5b8710b220da87e436f97655", + "extract_dir": "ffmpeg-20170112-6596b34-win32-static" } }, "bin": [ diff --git a/git-lfs.json b/git-lfs.json index eca489c014..dde70fc0d7 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -1,17 +1,17 @@ { "homepage": "https://git-lfs.github.com/", - "version": "1.5.4", + "version": "1.5.5", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/github/git-lfs/releases/download/v1.5.4/git-lfs-windows-386-1.5.4.zip", - "hash": "5e320a40155ffe38d31a989c206bba7f1d581836851681aec58c9c893c3be098", - "extract_dir": "git-lfs-windows-386-1.5.4" + "url": "https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-windows-386-1.5.5.zip", + "hash": "4e364f02dc4680519d76b6847e5f31a8d3d6e67fc68e905afe7b0a7e5716cb2c", + "extract_dir": "git-lfs-windows-386-1.5.5" }, "64bit": { - "url": "https://github.com/github/git-lfs/releases/download/v1.5.4/git-lfs-windows-amd64-1.5.4.zip", - "hash": "173f0a6dc067d994abcc752bc99e983d996f9151597c3131c730af6da5caffd6", - "extract_dir": "git-lfs-windows-amd64-1.5.4" + "url": "https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-windows-amd64-1.5.5.zip", + "hash": "7c23635f34b0b4eed55621231148ef3e0de9a46e2d629b4bba7f706a96ae77ea", + "extract_dir": "git-lfs-windows-amd64-1.5.5" } }, "depends": "git", diff --git a/groovy.json b/groovy.json index c9b93492bf..4bb732fa0a 100644 --- a/groovy.json +++ b/groovy.json @@ -1,9 +1,9 @@ { "homepage": "http://www.groovy-lang.org/", - "version": "2.4.7", + "version": "2.4.8", "license": "Apache 2.0", - "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.7.zip", - "hash": "438dd6098252647e88ff12ac5737d0d0f7e16a8e4e42e8be3e05a4c43abefbd5", + "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.8.zip", + "hash": "668a65ea17037371a1952cca5f42ebc03329e15d3619aacb4c7dd5f4b39a8dfd", "extract_dir": "groovy-2.4.6", "bin": [ "bin\\grape.bat", diff --git a/imagemagick.json b/imagemagick.json index 1540ff5662..6702b9fa03 100644 --- a/imagemagick.json +++ b/imagemagick.json @@ -1,18 +1,20 @@ { "homepage": "https://www.imagemagick.org/script/index.php", "license": "https://www.imagemagick.org/script/license.php", - "version": "7.0.4-3", + "version": "7.0.4-4", "architecture": { "64bit": { - "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-3-portable-Q16-x64.zip", - "hash": "a3cec661f432a62dcf64ab7037b7464e04ea9c67c6da24e608e3b50a00c09dc0" + "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-4-portable-Q16-x64.zip", + "hash": "72d3c7fa89d5ce6e0708528488a259e5954bb694cef6e8c8f90df4ffc68bade5" }, "32bit": { - "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-3-portable-Q16-x86.zip", - "hash": "30fd5bbb2ae0897eb015e37075b89d79c031a98bc2b41d929a66555c8b9606ea" + "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-4-portable-Q16-x86.zip", + "hash": "76c2f5141b7c2f7b05cacaffd6910b0c51d59f262abefbd344a605c76038c104" } }, - "depends": ["ffmpeg"], + "depends": [ + "ffmpeg" + ], "env_add_path": ".", "bin": [ "compare.exe", diff --git a/latex.json b/latex.json index fdfe360db1..0456f67dfc 100644 --- a/latex.json +++ b/latex.json @@ -1,9 +1,9 @@ { "homepage": "https://miktex.org", - "version": "2.9.6161", + "version": "2.9.6221", "license": "https://miktex.org/copying", - "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/miktex-portable-2.9.6161.exe#/dl.7z", - "hash": "cc7d67f481e009e5eece8b531b9a86c1f47c7dd107cf8bc36b7ee1689c5b3811", + "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/miktex-portable-2.9.6221.exe#/dl.7z", + "hash": "813de2e4c9abaafdc96dc69d8be5e7d30f2fd5db393e16db6c9dc31c353e533d", "env_add_path": "texmfs\\install\\miktex\\bin", "checkver": { "url": "https://miktex.org/portable", diff --git a/premake5.json b/premake5.json index 10d4c15545..c5a4fa5735 100644 --- a/premake5.json +++ b/premake5.json @@ -1,14 +1,17 @@ { "homepage": "https://premake.github.io/", - "version": "5.0.0-alpha10", + "version": "5.0.0-alpha11", "license": "BSD 3-Clause", - "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha10/premake-5.0.0-alpha10-windows.zip", - "hash": "681f47c00a469bf9e5ffa85b8a0d5cb234bf4c93be4c9ae15d84046c0723018e", + "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha11/premake-5.0.0-alpha11-windows.zip", + "hash": "f37b9c86edf6cb790ea9ada87be9951638705be5a8594c5426d4de14986d2440", "bin": [ "premake5.exe" ], "checkver": { "url": "https://github.com/premake/premake-core/releases/latest", - "re": "\/releases\/tag\/v(5[0-9.]+-?(alpha|beta)?([0-9.]+)?)" + "re": "/releases/tag/v(5[0-9.]+-?(alpha|beta)?([0-9.]+)?)" + }, + "autoupdate": { + "url": "https://github.com/premake/premake-core/releases/download/v$version/premake-$version-windows.zip" } } diff --git a/rg.json b/rg.json index 5084aec11e..528bba3c50 100644 --- a/rg.json +++ b/rg.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", - "version": "0.3.2", + "version": "0.4.0", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-x86_64-pc-windows-msvc.zip", - "hash": "bf5d8896078e9f2d5b50dd38f370269169cb723f2009ae5ae3a879f601570ff1" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-x86_64-pc-windows-msvc.zip", + "hash": "98626bdf07a7687564361dce2409072eb6d399763ff6db2a5bbb5384fa0dc594" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-i686-pc-windows-msvc.zip", - "hash": "4949565197b3bcea0a4cd2f4fb978718b0fb0509bc1dad57d1691c5528c15ad4" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-i686-pc-windows-msvc.zip", + "hash": "718b782c0746553c7d636ee7f67c266e2aa8459c681398e660d59822e92bf6a1" } }, "bin": "rg.exe", diff --git a/youtube-dl.json b/youtube-dl.json index 42ef1d0edd..93a72e28e6 100644 --- a/youtube-dl.json +++ b/youtube-dl.json @@ -1,9 +1,9 @@ { "homepage": "https://rg3.github.io/youtube-dl/", "license": "Public Domain", - "version": "2017.01.10", - "url": "https://github.com/rg3/youtube-dl/releases/download/2017.01.10/youtube-dl.exe", - "hash": "cad77c4e14016e0573661979c929e20c38a275de037d8121403615efb8948c09", + "version": "2017.01.14", + "url": "https://github.com/rg3/youtube-dl/releases/download/2017.01.14/youtube-dl.exe", + "hash": "bddd8339d6236445aef9ca878a5b3ea5ce6eb6e6cd84ccd2f273175054d3136e", "bin": "youtube-dl.exe", "depends": [ "ffmpeg"