From bbaee084f32284f5b6ed81d56881c0aadc00a8a5 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 12 Dec 2021 12:07:51 +0800 Subject: [PATCH] libxml2: Add version 2.9.3 (#3074) * libxml2: Add version 2.9.3 * Update libxml2.json * Update libxml2.json --- bucket/libxml2.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/libxml2.json diff --git a/bucket/libxml2.json b/bucket/libxml2.json new file mode 100644 index 0000000000..d5707a6c39 --- /dev/null +++ b/bucket/libxml2.json @@ -0,0 +1,34 @@ +{ + "version": "2.9.3", + "description": "XML C parser and toolkit", + "homepage": "http://xmlsoft.org/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://www.zlatkovic.com/pub/libxml/64bit/libxml2-2.9.3-win32-x86_64.7z", + "hash": "727eac03f7b65b167aa975b5b83f89cabc6654a4031ae3810a59b5d9901627f8" + }, + "32bit": { + "url": "https://www.zlatkovic.com/pub/libxml/64bit/libxml2-2.9.3-win32-x86.7z", + "hash": "67e986d9da6af91ee3665b28c323a94cb344451b6fc3ba725b7c975bdef16960" + } + }, + "bin": [ + "bin\\xmlcatalog.exe", + "bin\\xmllint.exe" + ], + "checkver": { + "url": "https://www.zlatkovic.com/pub/libxml/64bit/", + "regex": "libxml2-([\\d.]+)-win32-x86\\.7z" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://www.zlatkovic.com/pub/libxml/64bit/libxml2-$version-win32-x86_64.7z" + }, + "32bit": { + "url": "https://www.zlatkovic.com/pub/libxml/64bit/libxml2-$version-win32-x86.7z" + } + } + } +}