Last active
February 28, 2024 21:26
-
-
Save mbikovitsky/ba6682587e5e73c910ce8c62cdf387c9 to your computer and use it in GitHub Desktop.
Scoop manifest for wimlib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "https://wimlib.net/", | |
"description": "wimlib is an open source, cross-platform library for creating, extracting, and modifying Windows Imaging (WIM) archives.", | |
"version": "1.14.4", | |
"license": "GPL-3.0-or-later", | |
"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" | |
} | |
}, | |
"checkver": "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" | |
} | |
} | |
}, | |
"bin": [ | |
"wimlib-imagex.exe", | |
"wimappend.cmd", | |
"wimapply.cmd", | |
"wimcapture.cmd", | |
"wimdelete.cmd", | |
"wimdir.cmd", | |
"wimexport.cmd", | |
"wimextract.cmd", | |
"wiminfo.cmd", | |
"wimjoin.cmd", | |
"wimoptimize.cmd", | |
"wimsplit.cmd", | |
"wimupdate.cmd", | |
"wimverify.cmd" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment