From 29e4b1c09703e1081584cfbff81071fbce54c292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Nov 2018 19:30:04 +0100 Subject: [PATCH] Add opera version 56.0.3051.99 (#1386) --- opera.json | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 opera.json diff --git a/opera.json b/opera.json new file mode 100644 index 00000000000000..9f1284cbd8e687 --- /dev/null +++ b/opera.json @@ -0,0 +1,58 @@ +{ + "version": "56.0.3051.99", + "description": "Fast, secure, easy-to-use browser.", + "homepage": "https://www.opera.com/", + "license": "Freeware", + "architecture": { + "64bit": { + "url": "https://download1.operacdn.com/pub/opera/desktop/56.0.3051.99/win/Opera_56.0.3051.99_Setup_x64.exe", + "hash": "b66d4e2b6114d4566e6ad4d27e6b80ab76049536b289b2397d94804e2b63598d" + }, + "32bit": { + "url": "https://download1.operacdn.com/pub/opera/desktop/56.0.3051.99/win/Opera_56.0.3051.99_Setup.exe", + "hash": "ed664a783c27cb04d21c159180a70735fe43cc71c4bdf19551816eba3bcbc5ca" + } + }, + "installer": { + "args": [ + "/silent", + "/installfolder=\"$dir\"", + "/copyonly=1", + "/desktopshortcut=0", + "/startmenushortcut=0", + "/quicklaunchshortcut=0", + "/enable-stats=0", + "/enable-installer-stats=0", + "/launchbrowser=0" + ] + }, + "uninstaller": { + "file": "launcher.exe", + "args": [ + "/uninstall", + "/silent" + ] + }, + "persist": "profile", + "shortcuts": [ + [ + "launcher.exe", + "Opera" + ] + ], + "checkver": { + "url": "http://get.opera.com/ftp/pub/opera/desktop/", + "regex": "([\\d+\\.]+)/", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download1.operacdn.com/pub/opera/desktop/$version/win/Opera_$version_Setup_x64.exe" + }, + "32bit": { + "url": "https://download1.operacdn.com/pub/opera/desktop/$version/win/Opera_$version_Setup.exe" + } + } + } +}