Skip to content

Commit

Permalink
nanazip: Readd version 3.1.1080.0 (ScoopInstaller#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Nov 4, 2024
1 parent b7d6fce commit 225980f
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions deprecated/nanazip.json → bucket/nanazip.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,41 @@
{
"version": "2.0.450",
"version": "3.1.1080.0",
"description": "The 7-Zip derivative intended for the modern Windows experience",
"homepage": "https://github.com/M2Team/NanaZip",
"license": "MIT",
"url": "https://github.com/M2Team/NanaZip/releases/download/2.0.450/40174MouriNaruto.NanaZip_2.0.450.0_gnj4mf6z9tkrc.msixbundle#/dl.7z",
"hash": "2bee289d9e026255073ddcee8082e8d0ad8496b9fe9fe8f8a29080a81a95872e",
"architecture": {
"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": [
"Remove-Item -Path \"$dir\\*\" -Exclude *.msix -Recurse -Force",
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } '32bit' { 'x86' } 'arm64' { 'ARM64' } }).msix\"",
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } 'arm64' { 'arm64' } }).msix\"",
"Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force"
],
"bin": [
[
"NanaZipC.exe",
"NanaZip.Console.exe",
"7z"
],
[
"NanaZipG.exe",
"NanaZip.Windows.exe",
"7zG"
]
],
"shortcuts": [
[
"NanaZip.exe",
"NanaZip.Modern.exe",
"NanaZip"
]
],
"checkver": "github",
"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": {
"url": "https://github.com/M2Team/NanaZip/releases/tag/$version",
"regex": "(?s)$basename.*?$sha256"
Expand Down

0 comments on commit 225980f

Please sign in to comment.