diff --git a/bucket/nanazip.json b/bucket/nanazip.json index 14422cd9ef..7f1e36706d 100644 --- a/bucket/nanazip.json +++ b/bucket/nanazip.json @@ -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"