diff --git a/bucket/resvg.json b/bucket/resvg.json index 27e125fa3a..3ffe00b248 100644 --- a/bucket/resvg.json +++ b/bucket/resvg.json @@ -1,32 +1,20 @@ { - "version": "0.27.0", + "version": "0.29.0", "description": "An SVG rendering library.", "homepage": "https://github.com/RazrFalcon/resvg", "license": "MPL-2.0", "architecture": { "64bit": { - "url": [ - "https://github.com/RazrFalcon/resvg/releases/download/v0.27.0/resvg-win64.zip", - "https://github.com/RazrFalcon/resvg/releases/download/v0.27.0/usvg-win64.zip" - ], - "hash": [ - "2158e8dc480db99bd907e930ae5d98fbb0a0745113380c07843065f4b9f2c469", - "fc30023106bc846ba43713a620b638a04cae761a9fa899b7bd31f4ef9236b96d" - ] + "url": "https://github.com/RazrFalcon/resvg/releases/download/v0.29.0/resvg-win64.zip", + "hash": "19a4cb037591692559bca22f32e3bf859ffe9886a7429f4936600f8120b0c77b" } }, - "bin": [ - "resvg.exe", - "usvg.exe" - ], + "bin": "resvg.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": [ - "https://github.com/RazrFalcon/resvg/releases/download/v$version/resvg-win64.zip", - "https://github.com/RazrFalcon/resvg/releases/download/v$version/usvg-win64.zip" - ] + "url": "https://github.com/RazrFalcon/resvg/releases/download/v$version/resvg-win64.zip" } } }