nanazip: Update to version 5.0.1252.0 (#6502)

This commit is contained in:
Cesaryuan 2025-02-13 23:58:31 +08:00 committed by GitHub
parent 1674efafff
commit 3afb5f032e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
{
"version": "3.1.1080.0",
"version": "5.0.1252.0",
"description": "The 7-Zip derivative intended for the modern Windows experience",
"homepage": "https://github.com/M2Team/NanaZip",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/M2Team/NanaZip/releases/download/3.1.1080.0/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
"hash": "4722d3f786c19801f0c71ac34bc94fb1a9515ce484c9a7d76121e84e6bb969d2"
"url": "https://github.com/M2Team/NanaZip/releases/download/5.0.1252.0/NanaZip_5.0.1252.0.msixbundle#/dl.7z",
"hash": "98b3111af394ddc3864d084fd43ec4415b72e30abe38078f35140ed99eb1f662"
},
"arm64": {
"url": "https://github.com/M2Team/NanaZip/releases/download/3.1.1080.0/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
"hash": "4722d3f786c19801f0c71ac34bc94fb1a9515ce484c9a7d76121e84e6bb969d2"
"url": "https://github.com/M2Team/NanaZip/releases/download/5.0.1252.0/NanaZip_5.0.1252.0.msixbundle#/dl.7z",
"hash": "98b3111af394ddc3864d084fd43ec4415b72e30abe38078f35140ed99eb1f662"
}
},
"pre_install": [
@ -19,7 +19,7 @@
],
"bin": [
[
"NanaZip.Console.exe",
"NanaZip.Core.Console.exe",
"7z"
],
[
@ -35,7 +35,7 @@
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/NanaZip_$version.msixbundle#/dl.7z",
"hash": {
"url": "https://github.com/M2Team/NanaZip/releases/tag/$version",
"regex": "(?s)$basename.*?$sha256"