mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"version": "3.12.0",
|
|
"description": "Breitbandmessung der Bundesnetzagentur",
|
|
"homepage": "https://breitbandmessung.de/",
|
|
"license": "Proprietary",
|
|
"url": "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.12.0-win.exe#/dl.7z",
|
|
"hash": "sha512:e1ed66dabdaaf2a74aac8737f47c74d1d206e793bb5b03a0c6634808b30a07b22d2b65d9075644fe87c42d9751c1d00c99c73ef6e6fa069149bb64240da43e3b",
|
|
"architecture": {
|
|
"64bit": {
|
|
"installer": {
|
|
"script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-64.7z\" \"$dir\""
|
|
}
|
|
},
|
|
"32bit": {
|
|
"installer": {
|
|
"script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-32.7z\" \"$dir\""
|
|
}
|
|
}
|
|
},
|
|
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\Uninstall*\" -Force -Recurse",
|
|
"shortcuts": [
|
|
[
|
|
"Breitbandmessung.exe",
|
|
"Breitbandmessung"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://download.breitbandmessung.de/bbm/latest.yml",
|
|
"regex": "version:\\s([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.breitbandmessung.de/bbm/Breitbandmessung-$version-win.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/latest.yml",
|
|
"regex": "sha512: $base64"
|
|
}
|
|
}
|
|
}
|