From 15406dd8bb19d8864f9599b05049672509bc4d44 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 8 Jul 2017 23:00:27 +0000 Subject: [PATCH 01/16] Update vim to version 8.0.0702 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index f2a1306d13..9228ed9258 100644 --- a/vim.json +++ b/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.0702", "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.0702/gvim_8.0.0702_x86.zip", + "hash": "8282cff6e59a1bd3ed3b7ce3522cfd9ad5c19a0414ab21a778afe940e7214117" }, "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.0702/gvim_8.0.0702_x64.zip", + "hash": "68a152b99a6adc902293e4dbd1ca5f6fc7c73d2b53807392dde300ffa79ef092" } }, "extract_dir": "vim\\vim80", From 0058d5caa42bf9d813989bf3f74f17881f325560 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 9 Jul 2017 00:00:23 +0000 Subject: [PATCH 02/16] Update cygwin to version . --- cygwin.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cygwin.json b/cygwin.json index 3737d90755..77780fd0aa 100644 --- a/cygwin.json +++ b/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\"", From 76deb67c923bd865d47a895664f51ccd49b300c9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 9 Jul 2017 12:00:17 +0000 Subject: [PATCH 03/16] Update curl to version 7.54.1 --- curl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.json b/curl.json index 7a51f7fb20..7f9e5d6428 100644 --- a/curl.json +++ b/curl.json @@ -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" } }, From 389e4e87ddc17381912648a4d7869f8841d4fdad Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 9 Jul 2017 14:00:19 +0000 Subject: [PATCH 04/16] Update youtube-dl to version 2017.07.09 --- youtube-dl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/youtube-dl.json b/youtube-dl.json index fa0f025417..d77369f27e 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.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" From b6910b1367dda1a1580ae408b28fa517eb9701b4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 9 Jul 2017 23:00:31 +0000 Subject: [PATCH 05/16] Update vim to version 8.0.0704 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 9228ed9258..e45f6ec1d2 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", - "version": "8.0.0702", + "version": "8.0.0704", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0702/gvim_8.0.0702_x86.zip", - "hash": "8282cff6e59a1bd3ed3b7ce3522cfd9ad5c19a0414ab21a778afe940e7214117" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0704/gvim_8.0.0704_x86.zip", + "hash": "a118b4b8f5eea95442d364d4b7ce6a17381e2e6de5798683d736db3aa6ea83ed" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0702/gvim_8.0.0702_x64.zip", - "hash": "68a152b99a6adc902293e4dbd1ca5f6fc7c73d2b53807392dde300ffa79ef092" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0704/gvim_8.0.0704_x64.zip", + "hash": "1f489afb76b9e8d9ce4f8ee92370d8de0e53adf477ed902d697d846e334a614d" } }, "extract_dir": "vim\\vim80", From 0729f5b3af58af5d5acec9e6e3cb1899ce41251b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Jul 2017 08:00:30 +0000 Subject: [PATCH 06/16] Update hugo to version 0.25.1 --- hugo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hugo.json b/hugo.json index bdf72dca51..16126e4601 100644 --- a/hugo.json +++ b/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", From d135a74c7cdbe5d0a635a95c21dc20a3589f8c84 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Jul 2017 10:00:18 +0000 Subject: [PATCH 07/16] Update apache to version 2.4.27 --- apache.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apache.json b/apache.json index b2b52ef4a9..bb0200e539 100644 --- a/apache.json +++ b/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": "D6F7BCDA3FD54FE2BDED89E09B5F75DB40373AF363EB7547E7B899A7D6450842" }, "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": "DEBA61ABEC4FC7FB026C00E4FAC1F394D760DF90960EFCF99E63A31755845952" } }, "extract_dir": "Apache24", From ac0f6fd2df375f177a1c69386e3b753dbbe9228c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Jul 2017 21:02:28 +0200 Subject: [PATCH 08/16] apache: Update hashs (closes #1588) --- apache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache.json b/apache.json index bb0200e539..669f783b3e 100644 --- a/apache.json +++ b/apache.json @@ -5,11 +5,11 @@ "architecture": { "64bit": { "url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.27-win64-VC14.zip", - "hash": "D6F7BCDA3FD54FE2BDED89E09B5F75DB40373AF363EB7547E7B899A7D6450842" + "hash": "24475FA957495F5D9847B941349E4A416B8175540041BB1649C453EE07A8A15C" }, "32bit": { "url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.27-win32-VC14.zip", - "hash": "DEBA61ABEC4FC7FB026C00E4FAC1F394D760DF90960EFCF99E63A31755845952" + "hash": "200A26D83C1494657E80FE4A1F513DD20430122EF9D4CE0920B87916575B1704" } }, "extract_dir": "Apache24", From ed2ef9cf76ce589d0f33661a5f53c6da6fcb1044 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Jul 2017 22:00:20 +0000 Subject: [PATCH 09/16] Update git-lfs to version 2.2.1 --- git-lfs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index b32a69134f..840c1032c1 100644 --- a/git-lfs.json +++ b/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", From 4d96d19ed9d85cde7ddaca995ee2e71e3a5ef3a7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Jul 2017 23:00:28 +0000 Subject: [PATCH 10/16] Update vim to version 8.0.0705 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index e45f6ec1d2..17bf19dccf 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", - "version": "8.0.0704", + "version": "8.0.0705", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0704/gvim_8.0.0704_x86.zip", - "hash": "a118b4b8f5eea95442d364d4b7ce6a17381e2e6de5798683d736db3aa6ea83ed" + "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.0704/gvim_8.0.0704_x64.zip", - "hash": "1f489afb76b9e8d9ce4f8ee92370d8de0e53adf477ed902d697d846e334a614d" + "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", From 69e96147a7525e461e452f8efefed69c2208595c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jul 2017 07:00:19 +0000 Subject: [PATCH 11/16] Update syncthing to version 0.14.32 --- syncthing.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/syncthing.json b/syncthing.json index 305da0898e..8dd30019fd 100644 --- a/syncthing.json +++ b/syncthing.json @@ -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", From b059197af88d9974a114e424995ae901271e7c99 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jul 2017 14:00:25 +0000 Subject: [PATCH 12/16] Update ffmpeg to version 20170711-0780ad9 --- ffmpeg.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ffmpeg.json b/ffmpeg.json index 02f5e7897f..c1d16bb454 100644 --- a/ffmpeg.json +++ b/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": [ From b037f779d39a142fb7b5a54f8823f882e2429446 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jul 2017 16:00:17 +0000 Subject: [PATCH 13/16] Update nginx to version 1.13.3 --- nginx.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx.json b/nginx.json index 718c34e39e..7b2f15d5f0 100644 --- a/nginx.json +++ b/nginx.json @@ -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" From 227adb4dbf0a48050e2d320f0a674cfc3f305754 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jul 2017 17:00:14 +0000 Subject: [PATCH 14/16] Update nodejs-lts to version 6.11.1 --- nodejs-lts.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nodejs-lts.json b/nodejs-lts.json index b691e4deaf..d3ca1a4dff 100644 --- a/nodejs-lts.json +++ b/nodejs-lts.json @@ -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": [ From a382d79bb922a13788c1b9ca3a16b6e7918faa46 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 11 Jul 2017 17:00:14 +0000 Subject: [PATCH 15/16] Update nodejs to version 8.1.4 --- nodejs.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nodejs.json b/nodejs.json index 623f5fd2e4..680978e500 100644 --- a/nodejs.json +++ b/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": [ From 52deda50d7dcff967289e475869901c9464b4322 Mon Sep 17 00:00:00 2001 From: mintchkin Date: Tue, 11 Jul 2017 14:16:28 -0400 Subject: [PATCH 16/16] Add LilyPond (#1580) * Add LilyPond * Fixed up json issues --- lilypond.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lilypond.json diff --git a/lilypond.json b/lilypond.json new file mode 100644 index 0000000000..9854f76ccf --- /dev/null +++ b/lilypond.json @@ -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" + } + } +}