mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Merge remote-tracking branch 'upstream/master' into doxygen
This commit is contained in:
commit
c5a11fee2d
10
apache.json
10
apache.json
@ -1,15 +1,15 @@
|
||||
{
|
||||
"homepage": "https://www.apachelounge.com",
|
||||
"version": "2.4.26",
|
||||
"version": "2.4.27",
|
||||
"license": "Apache 2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.26-win64-VC14.zip",
|
||||
"hash": "F76DBFE3761434FEB537B41A5DC7C43F251EC6639EFB976AA9432A4436C7162F"
|
||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.27-win64-VC14.zip",
|
||||
"hash": "24475FA957495F5D9847B941349E4A416B8175540041BB1649C453EE07A8A15C"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.26-win32-VC14.zip",
|
||||
"hash": "3EFAA1D031C881B1167A4D0CC1AE28BF1A10505761B9186E282522B67406D542"
|
||||
"url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.27-win32-VC14.zip",
|
||||
"hash": "200A26D83C1494657E80FE4A1F513DD20430122EF9D4CE0920B87916575B1704"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Apache24",
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.bintray.com/vszakats/generic/curl-7.54.1-win64-mingw.7z",
|
||||
"hash": "15ed07d45d251d76b44a60c2efb75cc5dd19f082c11b3f80c6abdd50ddb8e235",
|
||||
"hash": "29ee50567130b61b1e2ce6ff7494601028782a1dde489cb975a90750c0546e82",
|
||||
"extract_dir": "curl-7.54.1-win64-mingw"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://dl.bintray.com/vszakats/generic/curl-7.54.1-win32-mingw.7z",
|
||||
"hash": "6a2fffd8e72fa62e37d1ac171a7f58e7ae6c4b4d895f1015c5297a3d9707d5e0",
|
||||
"hash": "2d701c539f116262148b5b196f5b155c22e1de9f0e248dfe547992384b9906d1",
|
||||
"extract_dir": "curl-7.54.1-win32-mingw"
|
||||
}
|
||||
},
|
||||
|
||||
18
cygwin.json
18
cygwin.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.8.1",
|
||||
{
|
||||
"version": ".",
|
||||
"homepage": "https://cygwin.com/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -33,13 +33,13 @@
|
||||
},
|
||||
"installer": {
|
||||
"args": [
|
||||
"--no-admin",
|
||||
"--no-desktop",
|
||||
"--local-package-dir $dir\\packages",
|
||||
"--packages default",
|
||||
"--quiet-mode",
|
||||
"--root $dir\\root",
|
||||
"--site http://mirrors.kernel.org/sourceware/cygwin/"
|
||||
"--no-admin",
|
||||
"--no-desktop",
|
||||
"--local-package-dir $dir\\packages",
|
||||
"--packages default",
|
||||
"--quiet-mode",
|
||||
"--root $dir\\root",
|
||||
"--site http://mirrors.kernel.org/sourceware/cygwin/"
|
||||
]
|
||||
},
|
||||
"notes": "To start a Cygwin shell, type \"cygwin\"",
|
||||
|
||||
14
ffmpeg.json
14
ffmpeg.json
@ -1,17 +1,17 @@
|
||||
{
|
||||
"version": "20170706-3b3501f",
|
||||
"version": "20170711-0780ad9",
|
||||
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
||||
"license": "GPL3",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170706-3b3501f-win64-static.zip",
|
||||
"hash": "839a5cc8f673947d8ad02a5410dc332dfc11088ea51d99721afb2b3b8b5c4497",
|
||||
"extract_dir": "ffmpeg-20170706-3b3501f-win64-static"
|
||||
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170711-0780ad9-win64-static.zip",
|
||||
"hash": "67d99be6efe8a507233976ad2084944a96f3189c67aa8f7cb213ab2eea28cc29",
|
||||
"extract_dir": "ffmpeg-20170711-0780ad9-win64-static"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170706-3b3501f-win32-static.zip",
|
||||
"hash": "91caa93709b2d3770545061d44de00d57577c41d47cdee0d27529c52b48817e2",
|
||||
"extract_dir": "ffmpeg-20170706-3b3501f-win32-static"
|
||||
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170711-0780ad9-win32-static.zip",
|
||||
"hash": "97fe4f8b859689d55c5fc5941b64171634a0bde97cafa338f96cac03392a98d8",
|
||||
"extract_dir": "ffmpeg-20170711-0780ad9-win32-static"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
10
git-lfs.json
10
git-lfs.json
@ -1,15 +1,15 @@
|
||||
{
|
||||
"homepage": "https://git-lfs.github.com/",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-386-2.2.0.zip",
|
||||
"hash": "2f486f7552ce11662646fdb799a0b52770a669d690984e15fc7c17ceacb722f0"
|
||||
"url": "https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-windows-386-2.2.1.zip",
|
||||
"hash": "0d6347bbdf25946f14949b50f18b9929183aefe55f6b626f8a618ae53c2220bb"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-windows-amd64-2.2.0.zip",
|
||||
"hash": "e548660fa7546b133b63c08910a1b8c223df042a1b616b331e226f0542a7b4aa"
|
||||
"url": "https://github.com/github/git-lfs/releases/download/v2.2.1/git-lfs-windows-amd64-2.2.1.zip",
|
||||
"hash": "35e120c03061c7a3de8348b970da2278a2e0a865d4c67179801266a2d7674d2d"
|
||||
}
|
||||
},
|
||||
"depends": "git",
|
||||
|
||||
10
hugo.json
10
hugo.json
@ -1,14 +1,14 @@
|
||||
{
|
||||
"version": "0.25",
|
||||
"version": "0.25.1",
|
||||
"license": "https://github.com/spf13/hugo/blob/master/LICENSE.md",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/spf13/hugo/releases/download/v0.25/hugo_0.25_windows-64bit.zip",
|
||||
"hash": "a50d7c42fde7602e07259ad7088e5e120b56dd59b6a3f2884472010f605d19fc"
|
||||
"url": "https://github.com/spf13/hugo/releases/download/v0.25.1/hugo_0.25.1_windows-64bit.zip",
|
||||
"hash": "5d89bad43a4a7641ac827c1492682e97936711f4077255d2fefd94d0c387a831"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/spf13/hugo/releases/download/v0.25/hugo_0.25_windows-32bit.zip",
|
||||
"hash": "9cced2b41acf0d8fb6de817d8dcc4af60fba669ce87f867419bfc922acca425a"
|
||||
"url": "https://github.com/spf13/hugo/releases/download/v0.25.1/hugo_0.25.1_windows-32bit.zip",
|
||||
"hash": "809b07c506f8905d3804ec9f2afe2cfd6fafb295a4f990264f57be9bf020cf21"
|
||||
}
|
||||
},
|
||||
"bin": "hugo.exe",
|
||||
|
||||
17
lilypond.json
Normal file
17
lilypond.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "2.18.2",
|
||||
"homepage": "http://lilypond.org",
|
||||
"url": "http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-2.18.2-1.mingw.exe#/lilypond.7z",
|
||||
"hash": "606413b751506830a86efbd8a18225a8862b628e7a49daf1a9c9cb953e1956ab",
|
||||
"bin": "usr/bin/lilypond.exe",
|
||||
"checkver": {
|
||||
"url": "http://lilypond.org/download.html",
|
||||
"re": "Downloads for LilyPond ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-$version-1.mingw.exe#/lilypond.7z",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"homepage": "https://nginx.org",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"license": "BSD",
|
||||
"url": "https://nginx.org/download/nginx-1.13.2.zip",
|
||||
"hash": "b4d2c0f1c5221bd2fb9b96a44380e8a0f50ca6fcf2d80e36eccbd14f556d327c",
|
||||
"extract_dir": "nginx-1.13.2",
|
||||
"url": "https://nginx.org/download/nginx-1.13.3.zip",
|
||||
"hash": "c281d4b18fe5f2b596af024db17e5d745a9955516f7f1bb139bbf6d50590eb13",
|
||||
"extract_dir": "nginx-1.13.3",
|
||||
"bin": "nginx.exe",
|
||||
"env_set": {
|
||||
"NGINX_HOME": "$dir"
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"homepage": "https://nodejs.org",
|
||||
"version": "6.11.0",
|
||||
"version": "6.11.1",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nodejs.org/dist/v6.11.0/node-v6.11.0-win-x64.7z",
|
||||
"hash": "335f5918cbebaf5a819fe575eee0cb1646625a09709416bc293e837b660d1800",
|
||||
"extract_dir": "node-v6.11.0-win-x64"
|
||||
"url": "https://nodejs.org/dist/v6.11.1/node-v6.11.1-win-x64.7z",
|
||||
"hash": "22adcce6cbf2e40a879906be662f1818073f4668964d3b4ce544da56c17051f9",
|
||||
"extract_dir": "node-v6.11.1-win-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nodejs.org/dist/v6.11.0/node-v6.11.0-win-x86.7z",
|
||||
"hash": "9bed6a3ce1fba503e54ef8f49a109b515f2f872037304edcc4c04eda1fff215b",
|
||||
"extract_dir": "node-v6.11.0-win-x86"
|
||||
"url": "https://nodejs.org/dist/v6.11.1/node-v6.11.1-win-x86.7z",
|
||||
"hash": "117bdeec7008492e2b313b637773375f07bf9582d13083566d3ad5e089f30875",
|
||||
"extract_dir": "node-v6.11.1-win-x86"
|
||||
}
|
||||
},
|
||||
"persist": [
|
||||
|
||||
14
nodejs.json
14
nodejs.json
@ -1,17 +1,17 @@
|
||||
{
|
||||
"homepage": "https://nodejs.org",
|
||||
"version": "8.1.3",
|
||||
"version": "8.1.4",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://nodejs.org/dist/v8.1.3/node-v8.1.3-win-x64.7z",
|
||||
"hash": "1688ab46105e46af3f0f4c0ed595a6e9481a7d5c4c8913c560208a2faf1ec03a",
|
||||
"extract_dir": "node-v8.1.3-win-x64"
|
||||
"url": "https://nodejs.org/dist/v8.1.4/node-v8.1.4-win-x64.7z",
|
||||
"hash": "2b3fb42499480f2c1633f9b0e14a9efdb37d8fad0c06642fe9a9ef13f943847b",
|
||||
"extract_dir": "node-v8.1.4-win-x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://nodejs.org/dist/v8.1.3/node-v8.1.3-win-x86.7z",
|
||||
"hash": "f074db9d173971a5606359c7eddbc2dca288a557542799eb257fdd71ee329523",
|
||||
"extract_dir": "node-v8.1.3-win-x86"
|
||||
"url": "https://nodejs.org/dist/v8.1.4/node-v8.1.4-win-x86.7z",
|
||||
"hash": "98d0ffc55c53084d095255242b42378b94260e3fb8410e1a6ec43d5df726a471",
|
||||
"extract_dir": "node-v8.1.4-win-x86"
|
||||
}
|
||||
},
|
||||
"persist": [
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"homepage": "https://syncthing.net/",
|
||||
"license": "MPL-2.0",
|
||||
"version": "0.14.31",
|
||||
"version": "0.14.32",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.31/syncthing-windows-amd64-v0.14.31.zip",
|
||||
"hash": "83337ec56b17c77ef7014ce00b73a198ae180b589d3a71d2f4b2408eca51cb4d",
|
||||
"extract_dir": "syncthing-windows-amd64-v0.14.31"
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.32/syncthing-windows-amd64-v0.14.32.zip",
|
||||
"hash": "bd16054294ff389576893053275f5ed39212e1c3cad9b3b5b915fa00d91e0d08",
|
||||
"extract_dir": "syncthing-windows-amd64-v0.14.32"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.31/syncthing-windows-386-v0.14.31.zip",
|
||||
"hash": "c1c59d77c49eadb9abd47e26d4acd5a59101c96ff7169fc45a88e000d6dfe877",
|
||||
"extract_dir": "syncthing-windows-386-v0.14.31"
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.32/syncthing-windows-386-v0.14.32.zip",
|
||||
"hash": "099fd71cbf3db889691a726941c9cceb58999f0ef523b0f5df4f9100164aa52d",
|
||||
"extract_dir": "syncthing-windows-386-v0.14.32"
|
||||
}
|
||||
},
|
||||
"bin": "syncthing.exe",
|
||||
|
||||
10
vim.json
10
vim.json
@ -1,15 +1,15 @@
|
||||
{
|
||||
"homepage": "http://www.vim.org",
|
||||
"license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license",
|
||||
"version": "8.0.0698",
|
||||
"version": "8.0.0705",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0698/gvim_8.0.0698_x86.zip",
|
||||
"hash": "8b1acc1c71dff1761dce8908ee116693d8de51d1ad49e33b6c50756d74d9c259"
|
||||
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0705/gvim_8.0.0705_x86.zip",
|
||||
"hash": "3f36352d9e9798f174d609ae131bbc5e1654a8690fd05119e9ae311942bdd869"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0698/gvim_8.0.0698_x64.zip",
|
||||
"hash": "e922d581c01603b65c959d1a3ff3a56c267692c5cdbb5a0bc23d774d5234eb11"
|
||||
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0705/gvim_8.0.0705_x64.zip",
|
||||
"hash": "19e1b9c79e3b003c186a88b64c69127e6a8f613bfe7086ae8e5a3d530a74bf50"
|
||||
}
|
||||
},
|
||||
"extract_dir": "vim\\vim80",
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"homepage": "https://rg3.github.io/youtube-dl/",
|
||||
"license": "Public Domain",
|
||||
"version": "2017.07.02",
|
||||
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.07.02/youtube-dl.exe",
|
||||
"hash": "d5a74a3aae836a01272eff5623253537d0eb7786d745695bb5316bd273418218",
|
||||
"version": "2017.07.09",
|
||||
"url": "https://github.com/rg3/youtube-dl/releases/download/2017.07.09/youtube-dl.exe",
|
||||
"hash": "6b37a566e9f5726b1af5626c5ce912bbc5070502659e5017e83393f09a3670c9",
|
||||
"bin": "youtube-dl.exe",
|
||||
"depends": [
|
||||
"ffmpeg"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user