From 3b880d78a8517a200a3b4b6d9f235f7f2f41f157 Mon Sep 17 00:00:00 2001 From: loke Date: Tue, 6 Jan 2026 23:15:51 +0800 Subject: [PATCH] wimlib: Add version 1.14.4 --- bucket/wimlib.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/wimlib.json diff --git a/bucket/wimlib.json b/bucket/wimlib.json new file mode 100644 index 0000000000000..50331613932f5 --- /dev/null +++ b/bucket/wimlib.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://wimlib.net/", + "description": "wimlib is an open source, cross-platform library for creating, extracting, and modifying Windows Imaging (WIM) archives.", + "license": "GPL-3.0-or-later", + "version": "1.14.4", + "architecture": { + "64bit": { + "url": "https://wimlib.net/downloads/wimlib-1.14.4-windows-x86_64-bin.zip", + "hash": "6d99e242bfbc6d36fc987d433d63772180551b7f2d8de43e9561535a3e2c16d8" + }, + "32bit": { + "url": "https://wimlib.net/downloads/wimlib-1.14.4-windows-i686-bin.zip", + "hash": "9f2c938b5cc7770eb2fb9c8e769eae05506d4ccd4f82a4677371d8877d0f32b1" + } + }, + "env_add_path": ".", + "checkver": { + "url": "https://wimlib.net/", + "regex": "Current release: wimlib-([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://wimlib.net/downloads/wimlib-$version-windows-x86_64-bin.zip" + }, + "32bit": { + "url": "https://wimlib.net/downloads/wimlib-$version-windows-i686-bin.zip" + } + } + } +}