mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.2.1",
|
|
"description": "A command-line downloader using parallel requests",
|
|
"homepage": "https://github.com/Code-Hex/pget",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Code-Hex/pget/releases/download/v0.2.1/pget_.0.2.1_Windows_x86_64.zip",
|
|
"hash": "574449f17888cdda03b9966aaef7b8da230a79387dbd7289e3d162872d6b4d85"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Code-Hex/pget/releases/download/v0.2.1/pget_.0.2.1_Windows_i386.zip",
|
|
"hash": "d40929f3df5fd8fd2d4d1861ee0ae1cc1de00452168542be2767fd185f8565b8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Code-Hex/pget/releases/download/v0.2.1/pget_.0.2.1_Windows_arm64.zip",
|
|
"hash": "efd1d3926aedb3bd8978a17f4fb9af1d952576785975fc0bd419f3a68b303848"
|
|
}
|
|
},
|
|
"bin": "pget.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_.$version_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_.$version_Windows_i386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_.$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/pget_checksums.txt"
|
|
}
|
|
}
|
|
}
|