Zarin 7b1b6fefb5
resvg: Update to version 0.29.0 (#4554)
* (chore): remove usvg autoupdate

* resvg: Update to version 0.29.0

* (chore): fully remove usvg
2023-03-15 07:23:26 +05:30

22 lines
657 B
JSON

{
"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.29.0/resvg-win64.zip",
"hash": "19a4cb037591692559bca22f32e3bf859ffe9886a7429f4936600f8120b0c77b"
}
},
"bin": "resvg.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/RazrFalcon/resvg/releases/download/v$version/resvg-win64.zip"
}
}
}
}