diff --git a/bucket/safebrowser.json b/bucket/safebrowser.json index d8853def2ab870..a1d58aab808a3d 100644 --- a/bucket/safebrowser.json +++ b/bucket/safebrowser.json @@ -1,13 +1,16 @@ { - "version": "0.14.1", + "version": "0.15.0", "description": "SAFE Browser Application", "homepage": "https://github.com/maidsafe/safe_browser", "license": "BSD-3-Clause|MIT", "architecture": { "64bit": { - "url": "https://github.com/maidsafe/safe_browser/releases/download/v0.14.1/safe-browser-v0.14.1-win-x64.zip", - "hash": "0098663b20143ae82514cbef202c540333d7c37fdc136749f2e1a810ee7032f0", - "extract_dir": "safe-browser-v0.14.1-win-x64" + "url": "https://github.com/maidsafe/safe_browser/releases/download/v0.15.0/safe-browser-v0.15.0-win-x64.exe#/dl.7z", + "hash": "d684c0439963d82f02705fcc553076bf93bafe2a95c9c497f71b6679056bab2a", + "pre_install": [ + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", + "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse" + ] } }, "bin": "SAFE Browser.exe", @@ -21,12 +24,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/maidsafe/safe_browser/releases/download/v$version/safe-browser-v$version-win-x64.zip", + "url": "https://github.com/maidsafe/safe_browser/releases/download/v$version/safe-browser-v$version-win-x64.exe#/dl.7z", "hash": { "url": "https://github.com/maidsafe/safe_browser/releases/tag/v$version", - "regex": "SAFE Browser builds SHA-256 checksum:(?:.|\\n)*Windows\\n$sha256" - }, - "extract_dir": "safe-browser-v$version-win-x64" + "regex": "(?sm)Windows\\n$sha256" + } } } }