mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/apex/up",
|
|
"license": "https://github.com/apex/up/blob/master/LICENSE",
|
|
"version": "0.3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.3.0/up_0.3.0_windows_amd64.tar.gz",
|
|
"hash": "39c7422349d2df9ee879386f7601b341280b73696a859b46cce5405f4d39eb32"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.3.0/up_0.3.0_windows_386.tar.gz",
|
|
"hash": "7c09bc3e9dc505ea4dd0a04db9b082a69bfe533643c324ed34f6f24cb08357c6"
|
|
}
|
|
},
|
|
"bin": "up.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/apex/up"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/up_checksums.txt"
|
|
}
|
|
}
|
|
}
|