resvg: Update to version 0.29.0 (#4554)

* (chore): remove usvg autoupdate

* resvg: Update to version 0.29.0

* (chore): fully remove usvg
This commit is contained in:
Zarin 2023-03-14 21:53:26 -04:00 committed by GitHub
parent b10a1be005
commit 7b1b6fefb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}