Skip to content

Commit

Permalink
Add opera version 56.0.3051.99 (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored and r15ch13 committed Nov 7, 2018
1 parent e852a15 commit 29e4b1c
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions opera.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 29e4b1c

Please sign in to comment.