resvg: Add version 0.25.0 (#4086)

* resvg: Add version 0.25.0

* resvg: Added usvg
This commit is contained in:
Brian 2022-11-15 01:00:22 -05:00 committed by GitHub
parent e5c29e3540
commit 685c5655e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/resvg.json Normal file
View File

@ -0,0 +1,33 @@
{
"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"
]
}
}
}
}