nanazip: Readd version 3.1.1080.0 (#6302)

This commit is contained in:
Hsiao-nan Cheung 2024-11-04 14:22:11 +08:00 committed by GitHub
parent b7d6fce05c
commit 225980f87e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,41 @@
{ {
"version": "2.0.450", "version": "3.1.1080.0",
"description": "The 7-Zip derivative intended for the modern Windows experience", "description": "The 7-Zip derivative intended for the modern Windows experience",
"homepage": "https://github.com/M2Team/NanaZip", "homepage": "https://github.com/M2Team/NanaZip",
"license": "MIT", "license": "MIT",
"url": "https://github.com/M2Team/NanaZip/releases/download/2.0.450/40174MouriNaruto.NanaZip_2.0.450.0_gnj4mf6z9tkrc.msixbundle#/dl.7z", "architecture": {
"hash": "2bee289d9e026255073ddcee8082e8d0ad8496b9fe9fe8f8a29080a81a95872e", "64bit": {
"url": "https://github.com/M2Team/NanaZip/releases/download/3.1.1080.0/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
"hash": "4722d3f786c19801f0c71ac34bc94fb1a9515ce484c9a7d76121e84e6bb969d2"
},
"arm64": {
"url": "https://github.com/M2Team/NanaZip/releases/download/3.1.1080.0/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
"hash": "4722d3f786c19801f0c71ac34bc94fb1a9515ce484c9a7d76121e84e6bb969d2"
}
},
"pre_install": [ "pre_install": [
"Remove-Item -Path \"$dir\\*\" -Exclude *.msix -Recurse -Force", "Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } 'arm64' { 'arm64' } }).msix\"",
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } '32bit' { 'x86' } 'arm64' { 'ARM64' } }).msix\"",
"Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force" "Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force"
], ],
"bin": [ "bin": [
[ [
"NanaZipC.exe", "NanaZip.Console.exe",
"7z" "7z"
], ],
[ [
"NanaZipG.exe", "NanaZip.Windows.exe",
"7zG" "7zG"
] ]
], ],
"shortcuts": [ "shortcuts": [
[ [
"NanaZip.exe", "NanaZip.Modern.exe",
"NanaZip" "NanaZip"
] ]
], ],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/40174MouriNaruto.NanaZip_$version.0_gnj4mf6z9tkrc.msixbundle#/dl.7z", "url": "https://github.com/M2Team/NanaZip/releases/download/$version/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
"hash": { "hash": {
"url": "https://github.com/M2Team/NanaZip/releases/tag/$version", "url": "https://github.com/M2Team/NanaZip/releases/tag/$version",
"regex": "(?s)$basename.*?$sha256" "regex": "(?s)$basename.*?$sha256"