mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
* vcredist: Update to version 14.36.32532.0 and add autoupdate * vcredist2022: Update to version 14.36.32532.0 and add autoupdate * chore(vcredist): Remove vcredist(2015|2017|2019) and update suggestions --------- Co-authored-by: HUMORCE <humorce@outlook.com>
27 lines
890 B
JSON
27 lines
890 B
JSON
{
|
|
"version": "5.8.6",
|
|
"description": "Office messaging application with security and privacy that does not need an external server",
|
|
"homepage": "https://www.beebeep.net/",
|
|
"license": "GPL-3.0-only",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"url": "https://sourceforge.net/project/beebeep/Windows/beebeep-5.8.6-32bit-portable.zip",
|
|
"hash": "sha1:545d8a1024d3081c59fd14d8401cf23198f79b4e",
|
|
"extract_dir": "beebeep-5.8.6-32bit-portable",
|
|
"shortcuts": [
|
|
[
|
|
"beebeep.exe",
|
|
"BeeBEEP"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"sourceforge": "beebeep/Windows",
|
|
"regex": "beebeep-([\\d.]+)-32bit-portable"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://sourceforge.net/project/beebeep/Windows/beebeep-$version-32bit-portable.zip",
|
|
"extract_dir": "beebeep-$version-32bit-portable"
|
|
}
|
|
}
|