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.", "description": "An SVG rendering library.",
"homepage": "https://github.com/RazrFalcon/resvg", "homepage": "https://github.com/RazrFalcon/resvg",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": "https://github.com/RazrFalcon/resvg/releases/download/v0.29.0/resvg-win64.zip",
"https://github.com/RazrFalcon/resvg/releases/download/v0.27.0/resvg-win64.zip", "hash": "19a4cb037591692559bca22f32e3bf859ffe9886a7429f4936600f8120b0c77b"
"https://github.com/RazrFalcon/resvg/releases/download/v0.27.0/usvg-win64.zip"
],
"hash": [
"2158e8dc480db99bd907e930ae5d98fbb0a0745113380c07843065f4b9f2c469",
"fc30023106bc846ba43713a620b638a04cae761a9fa899b7bd31f4ef9236b96d"
]
} }
}, },
"bin": [ "bin": "resvg.exe",
"resvg.exe",
"usvg.exe"
],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": "https://github.com/RazrFalcon/resvg/releases/download/v$version/resvg-win64.zip"
"https://github.com/RazrFalcon/resvg/releases/download/v$version/resvg-win64.zip",
"https://github.com/RazrFalcon/resvg/releases/download/v$version/usvg-win64.zip"
]
} }
} }
} }