Merge pull request #1192 from rasa/master

Bump imagemagick and make
This commit is contained in:
Luke Sampson 2017-01-06 08:08:58 +11:00 committed by GitHub
commit f22607b6c8
2 changed files with 12 additions and 9 deletions

View File

@ -1,15 +1,18 @@
{ {
"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-1", "version": "7.0.4-2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-1-portable-Q16-x64.zip", "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-2-portable-Q16-x64.zip",
"hash": "556c15330c27cae52dacc10eda1f034838e68c887524a040b6a1de49a7869eeb" "hash": "8d0115f4faf11565aaa618c37e995b7c01ee5bf29acb1353c88aa56835d2660b"
}, },
"32bit": { "32bit": {
"url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-1-portable-Q16-x86.zip", "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-2-portable-Q16-x86.zip",
"hash": "af30404e58c97bda5d4e1cceda5d06939878c0b8e8cc43ce58acbd98b6f9f601" "hash": "d04bd324ce72d028f234cea4ed82547507d2f1fdbceddb647fccabd494dece73"
} }
}, },
"env_add_path": ".", "env_add_path": ".",
@ -19,7 +22,7 @@
"conjure.exe", "conjure.exe",
"convert.exe", "convert.exe",
"dcraw.exe", "dcraw.exe",
"ffmpeg.exe", ["ffmpeg.exe", "iffmpeg"],
"hp2xx.exe", "hp2xx.exe",
"identify.exe", "identify.exe",
"IMDisplay.exe", "IMDisplay.exe",

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.gnu.org/software/make/", "homepage": "https://www.gnu.org/software/make/",
"version": "4.1", "version": "4.2",
"license": "GPLv3", "license": "GPLv3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "ftp://ftp.equation.com/make/64/make.exe", "url": "ftp://ftp.equation.com/make/64/make.exe",
"hash": "4583831003A5245AF90B2D75300F39EB777DEC736CC62CF7131706C2BC4B89D2" "hash": "9a9a1bc6276739478bd62678099b00e07275bb3562d19d14991b72c6876cdfcc"
}, },
"32bit":{ "32bit":{
"url": "ftp://ftp.equation.com/make/32/make.exe", "url": "ftp://ftp.equation.com/make/32/make.exe",
"hash": "4F01F7E63FE54F497B4FE3F4E525F56D9F1D2B0399FD8E6C5478580034C21EA4" "hash": "9a9a1bc6276739478bd62678099b00e07275bb3562d19d14991b72c6876cdfcc"
} }
}, },
"bin": "make.exe", "bin": "make.exe",