mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-03 01:33:38 +08:00
22 lines
738 B
JSON
22 lines
738 B
JSON
{
|
|
"version": "0.1.20",
|
|
"description": "A terminal-based real-time satellite tracking and orbit prediction application.",
|
|
"homepage": "https://github.com/ShenMian/tracker",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ShenMian/tracker/releases/download/v0.1.20/tracker-windows-x86_64.zip",
|
|
"hash": "75f0ab902a7607739a099dff926a689334ed91bbcd77c99b701fba1b6ed768d6"
|
|
}
|
|
},
|
|
"bin": "tracker.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ShenMian/tracker/releases/download/v$version/tracker-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|