mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
57 lines
2.1 KiB
JSON
57 lines
2.1 KiB
JSON
{
|
|
"version": "8.1.4087.61",
|
|
"description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera.",
|
|
"homepage": "https://vivaldi.com/",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.61.x64.exe#/dl.7z",
|
|
"hash": "5f897427cb9caee96751b8b4a08eefb83898008fb5d9ad7e5d1323a1b4b55179"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.61.exe#/dl.7z",
|
|
"hash": "da068470013a49b39114c9fc6c40424f6535b38157c534ecf0dab2b777c71883"
|
|
},
|
|
"arm64": {
|
|
"url": "https://downloads.vivaldi.com/stable/Vivaldi.8.1.4087.61.arm64.exe#/dl.7z",
|
|
"hash": "8a43a81e9f96aa0448df5fc7f94f6ffb9acaaf62da66a49663b943eb0904743c"
|
|
}
|
|
},
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\vivaldi.7z\" -DestinationPath \"$dir\\Application\" -ExtractDir 'Vivaldi-bin' -Removal",
|
|
"Remove-Item \"$dir\\Application\\update_notifier.exe\"",
|
|
"Set-Content \"$dir\\Application\\stp.viv\" '// Vivaldi Standalone' -Encoding ASCII"
|
|
]
|
|
},
|
|
"bin": "Application\\vivaldi.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Application\\vivaldi.exe",
|
|
"Vivaldi"
|
|
]
|
|
],
|
|
"persist": "User Data",
|
|
"checkver": {
|
|
"url": "https://vivaldi.com/download/",
|
|
"regex": "Vivaldi\\.([\\d.]+)\\.exe"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.vivaldi.com/stable/Vivaldi.$version.x64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.vivaldi.com/stable/Vivaldi.$version.exe#/dl.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://downloads.vivaldi.com/stable/Vivaldi.$version.arm64.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://vivaldi.com/download/archive/?platform=win",
|
|
"find": "$basename.+?data-sha256=\"$sha256"
|
|
}
|
|
}
|
|
}
|