diff --git a/imagemagick.json b/imagemagick.json index f047afe1a7..59985324c3 100644 --- a/imagemagick.json +++ b/imagemagick.json @@ -1,15 +1,18 @@ { "homepage": "https://www.imagemagick.org/script/index.php", "license": "https://www.imagemagick.org/script/license.php", - "version": "7.0.4-1", + "version": "7.0.4-2", "architecture": { "64bit": { - "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-1-portable-Q16-x64.zip", - "hash": "556c15330c27cae52dacc10eda1f034838e68c887524a040b6a1de49a7869eeb" + "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-2-portable-Q16-x64.zip", + "hash": "8d0115f4faf11565aaa618c37e995b7c01ee5bf29acb1353c88aa56835d2660b" + + + }, "32bit": { - "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-1-portable-Q16-x86.zip", - "hash": "af30404e58c97bda5d4e1cceda5d06939878c0b8e8cc43ce58acbd98b6f9f601" + "url": "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-2-portable-Q16-x86.zip", + "hash": "d04bd324ce72d028f234cea4ed82547507d2f1fdbceddb647fccabd494dece73" } }, "env_add_path": ".", @@ -19,7 +22,7 @@ "conjure.exe", "convert.exe", "dcraw.exe", - "ffmpeg.exe", + ["ffmpeg.exe", "iffmpeg"], "hp2xx.exe", "identify.exe", "IMDisplay.exe", diff --git a/make.json b/make.json index 50a2847c8e..4604b278da 100644 --- a/make.json +++ b/make.json @@ -1,15 +1,15 @@ { "homepage": "https://www.gnu.org/software/make/", - "version": "4.1", + "version": "4.2", "license": "GPLv3", "architecture": { "64bit": { "url": "ftp://ftp.equation.com/make/64/make.exe", - "hash": "4583831003A5245AF90B2D75300F39EB777DEC736CC62CF7131706C2BC4B89D2" + "hash": "9a9a1bc6276739478bd62678099b00e07275bb3562d19d14991b72c6876cdfcc" }, "32bit":{ "url": "ftp://ftp.equation.com/make/32/make.exe", - "hash": "4F01F7E63FE54F497B4FE3F4E525F56D9F1D2B0399FD8E6C5478580034C21EA4" + "hash": "9a9a1bc6276739478bd62678099b00e07275bb3562d19d14991b72c6876cdfcc" } }, "bin": "make.exe",