mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.102.0",
|
|
"description": "TweetDeck for GitHub",
|
|
"homepage": "https://devhubapp.com",
|
|
"license": "AGPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/devhubapp/devhub/releases/download/v0.102.0/devhub-setup-0.102.0.exe#/dl.7z",
|
|
"hash": "sha512:656b8b133115d06700d76684416710e2660c393c432d04a6e9bd74a808e44935b6a9e30075c1ab3db3e47d3d601db53f5a2bd5daf18102725d854b6bd0363c87",
|
|
"pre_install": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
|
|
]
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"DevHub.exe",
|
|
"DevHub"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/devhubapp/devhub"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/devhubapp/devhub/releases/download/v$version/devhub-setup-$version.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/latest.yml",
|
|
"regex": "sha512:\\s+$base64"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|