From f2b817a0794f1ca081fc54f17ff534e80a853a27 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 6 Jan 2025 09:40:25 +0800 Subject: [PATCH] weasyprint: Add version 63.1 (#6431) --- bucket/weasyprint.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bucket/weasyprint.json diff --git a/bucket/weasyprint.json b/bucket/weasyprint.json new file mode 100644 index 0000000000..025be13ef0 --- /dev/null +++ b/bucket/weasyprint.json @@ -0,0 +1,20 @@ +{ + "version": "63.1", + "description": "The awesome document factory", + "homepage": "https://weasyprint.org", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/Kozea/WeasyPrint/releases/download/v63.1/weasyprint-windows.zip", + "hash": "db996021f6aacbaea5da26c8e4f6799a88117cd7739e6b2689afd1d16eec4fd2", + "extract_dir": "dist" + } + }, + "bin": "weasyprint.exe", + "checkver": { + "github": "https://github.com/Kozea/WeasyPrint" + }, + "autoupdate": { + "url": "https://github.com/Kozea/WeasyPrint/releases/download/v$version/weasyprint-windows.zip" + } +}