Brian 685c5655e8
resvg: Add version 0.25.0 (#4086)
* resvg: Add version 0.25.0

* resvg: Added usvg
2022-11-15 11:30:22 +05:30

34 lines
1.1 KiB
JSON

{
"version": "0.25.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.25.0/resvg-win64.zip",
"https://github.com/RazrFalcon/resvg/releases/download/v0.25.0/usvg-win64.zip"
],
"hash": [
"01ae2caa627d2e376333113ab8cc79e0b89737c0c1f09ccb02e608c45f5083a6",
"7652fb1b90ff8278a63aec22b51882b1cfc24b2b1765abe5fe0db6399e04d191"
]
}
},
"bin": [
"resvg.exe",
"usvg.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"
]
}
}
}
}