mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
Updates
* cmake * ffmpeg * git-lfs * groovy * imagemagick * latex * premake5 * rg * youtube-dl
This commit is contained in:
parent
8729c8d565
commit
0ea6098e02
26
cmake.json
26
cmake.json
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://cmake.org/",
|
"homepage": "https://cmake.org/",
|
||||||
"version": "3.7.1",
|
"version": "3.7.2",
|
||||||
"license": "https://cmake.org/licensing/",
|
"license": "https://cmake.org/licensing/",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://cmake.org/files/v3.7/cmake-3.7.1-win64-x64.zip",
|
"url": "https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip",
|
||||||
"hash": "659ecb8207e1266786188c7eaf45308458ba5f719c985970f6f55ec0b5a96746",
|
"hash": "def3bb81dfd922ce1ea2a0647645eefb60e128d520c8ca707c5996c331bc8b48",
|
||||||
"extract_dir": "cmake-3.7.1-win64-x64"
|
"extract_dir": "cmake-3.7.2-win64-x64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://cmake.org/files/v3.7/cmake-3.7.1-win32-x86.zip",
|
"url": "https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.zip",
|
||||||
"hash": "d2ec53ba3e3a12f734ed7127704ff9a83361e7cc6f9a0f0b3e2b56d9868a76b9",
|
"hash": "ec5e299d412e0272e01d4de5bf07718f42c96361f83d51cc39f91bf49cc3e5c3",
|
||||||
"extract_dir": "cmake-3.7.1-win32-x86"
|
"extract_dir": "cmake-3.7.2-win32-x86"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -24,5 +24,17 @@
|
|||||||
"checkver": {
|
"checkver": {
|
||||||
"re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)",
|
"re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)",
|
||||||
"url": "https://cmake.org/download/"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
14
ffmpeg.json
14
ffmpeg.json
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "20170110-f48b6b8",
|
"version": "20170112-6596b34",
|
||||||
"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-20170110-f48b6b8-win64-static.zip",
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170112-6596b34-win64-static.zip",
|
||||||
"hash": "7b122b3ce21d93ab94a35145c8b92fc34957f085e3d13a5aa254672e4bb6dc2b",
|
"hash": "1947e7263f1c14f2ab471e8f6b7665bde3c187236750767e5624d704e4114a36",
|
||||||
"extract_dir": "ffmpeg-20170110-f48b6b8-win64-static"
|
"extract_dir": "ffmpeg-20170112-6596b34-win64-static"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170110-f48b6b8-win32-static.zip",
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170112-6596b34-win32-static.zip",
|
||||||
"hash": "abc56f5209058f1f7b382ea0a2bc5792dd38f4f4da6b2a4bb3f5aa93ed7acc25",
|
"hash": "819c042e3c0f23ccce66d9dfc106eaef2049e88a5b8710b220da87e436f97655",
|
||||||
"extract_dir": "ffmpeg-20170110-f48b6b8-win32-static"
|
"extract_dir": "ffmpeg-20170112-6596b34-win32-static"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
14
git-lfs.json
14
git-lfs.json
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://git-lfs.github.com/",
|
"homepage": "https://git-lfs.github.com/",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/github/git-lfs/releases/download/v1.5.4/git-lfs-windows-386-1.5.4.zip",
|
"url": "https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-windows-386-1.5.5.zip",
|
||||||
"hash": "5e320a40155ffe38d31a989c206bba7f1d581836851681aec58c9c893c3be098",
|
"hash": "4e364f02dc4680519d76b6847e5f31a8d3d6e67fc68e905afe7b0a7e5716cb2c",
|
||||||
"extract_dir": "git-lfs-windows-386-1.5.4"
|
"extract_dir": "git-lfs-windows-386-1.5.5"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/github/git-lfs/releases/download/v1.5.4/git-lfs-windows-amd64-1.5.4.zip",
|
"url": "https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-windows-amd64-1.5.5.zip",
|
||||||
"hash": "173f0a6dc067d994abcc752bc99e983d996f9151597c3131c730af6da5caffd6",
|
"hash": "7c23635f34b0b4eed55621231148ef3e0de9a46e2d629b4bba7f706a96ae77ea",
|
||||||
"extract_dir": "git-lfs-windows-amd64-1.5.4"
|
"extract_dir": "git-lfs-windows-amd64-1.5.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": "git",
|
"depends": "git",
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://www.groovy-lang.org/",
|
"homepage": "http://www.groovy-lang.org/",
|
||||||
"version": "2.4.7",
|
"version": "2.4.8",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.7.zip",
|
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.8.zip",
|
||||||
"hash": "438dd6098252647e88ff12ac5737d0d0f7e16a8e4e42e8be3e05a4c43abefbd5",
|
"hash": "668a65ea17037371a1952cca5f42ebc03329e15d3619aacb4c7dd5f4b39a8dfd",
|
||||||
"extract_dir": "groovy-2.4.6",
|
"extract_dir": "groovy-2.4.6",
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin\\grape.bat",
|
"bin\\grape.bat",
|
||||||
|
|||||||
@ -1,18 +1,20 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.imagemagick.org/script/index.php",
|
"homepage": "https://www.imagemagick.org/script/index.php",
|
||||||
"license": "https://www.imagemagick.org/script/license.php",
|
"license": "https://www.imagemagick.org/script/license.php",
|
||||||
"version": "7.0.4-3",
|
"version": "7.0.4-4",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-3-portable-Q16-x64.zip",
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-4-portable-Q16-x64.zip",
|
||||||
"hash": "a3cec661f432a62dcf64ab7037b7464e04ea9c67c6da24e608e3b50a00c09dc0"
|
"hash": "72d3c7fa89d5ce6e0708528488a259e5954bb694cef6e8c8f90df4ffc68bade5"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-3-portable-Q16-x86.zip",
|
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-4-portable-Q16-x86.zip",
|
||||||
"hash": "30fd5bbb2ae0897eb015e37075b89d79c031a98bc2b41d929a66555c8b9606ea"
|
"hash": "76c2f5141b7c2f7b05cacaffd6910b0c51d59f262abefbd344a605c76038c104"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"depends": ["ffmpeg"],
|
"depends": [
|
||||||
|
"ffmpeg"
|
||||||
|
],
|
||||||
"env_add_path": ".",
|
"env_add_path": ".",
|
||||||
"bin": [
|
"bin": [
|
||||||
"compare.exe",
|
"compare.exe",
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://miktex.org",
|
"homepage": "https://miktex.org",
|
||||||
"version": "2.9.6161",
|
"version": "2.9.6221",
|
||||||
"license": "https://miktex.org/copying",
|
"license": "https://miktex.org/copying",
|
||||||
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/miktex-portable-2.9.6161.exe#/dl.7z",
|
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/miktex-portable-2.9.6221.exe#/dl.7z",
|
||||||
"hash": "cc7d67f481e009e5eece8b531b9a86c1f47c7dd107cf8bc36b7ee1689c5b3811",
|
"hash": "813de2e4c9abaafdc96dc69d8be5e7d30f2fd5db393e16db6c9dc31c353e533d",
|
||||||
"env_add_path": "texmfs\\install\\miktex\\bin",
|
"env_add_path": "texmfs\\install\\miktex\\bin",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://miktex.org/portable",
|
"url": "https://miktex.org/portable",
|
||||||
|
|||||||
@ -1,14 +1,17 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://premake.github.io/",
|
"homepage": "https://premake.github.io/",
|
||||||
"version": "5.0.0-alpha10",
|
"version": "5.0.0-alpha11",
|
||||||
"license": "BSD 3-Clause",
|
"license": "BSD 3-Clause",
|
||||||
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha10/premake-5.0.0-alpha10-windows.zip",
|
"url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha11/premake-5.0.0-alpha11-windows.zip",
|
||||||
"hash": "681f47c00a469bf9e5ffa85b8a0d5cb234bf4c93be4c9ae15d84046c0723018e",
|
"hash": "f37b9c86edf6cb790ea9ada87be9951638705be5a8594c5426d4de14986d2440",
|
||||||
"bin": [
|
"bin": [
|
||||||
"premake5.exe"
|
"premake5.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/premake/premake-core/releases/latest",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
10
rg.json
10
rg.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://github.com/BurntSushi/ripgrep",
|
"homepage": "https://github.com/BurntSushi/ripgrep",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.3.2",
|
"version": "0.4.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "bf5d8896078e9f2d5b50dd38f370269169cb723f2009ae5ae3a879f601570ff1"
|
"hash": "98626bdf07a7687564361dce2409072eb6d399763ff6db2a5bbb5384fa0dc594"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-i686-pc-windows-msvc.zip",
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-i686-pc-windows-msvc.zip",
|
||||||
"hash": "4949565197b3bcea0a4cd2f4fb978718b0fb0509bc1dad57d1691c5528c15ad4"
|
"hash": "718b782c0746553c7d636ee7f67c266e2aa8459c681398e660d59822e92bf6a1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "rg.exe",
|
"bin": "rg.exe",
|
||||||
|
|||||||
@ -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.01.10",
|
"version": "2017.01.14",
|
||||||
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.01.10/youtube-dl.exe",
|
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.01.14/youtube-dl.exe",
|
||||||
"hash": "cad77c4e14016e0573661979c929e20c38a275de037d8121403615efb8948c09",
|
"hash": "bddd8339d6236445aef9ca878a5b3ea5ce6eb6e6cd84ccd2f273175054d3136e",
|
||||||
"bin": "youtube-dl.exe",
|
"bin": "youtube-dl.exe",
|
||||||
"depends": [
|
"depends": [
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user