mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
pget: Update to version 0.2.1 (#6083)
This commit is contained in:
parent
e24542e8fc
commit
7576bb1227
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.1",
|
"version": "0.2.1",
|
||||||
"description": "A command-line downloader using parallel requests",
|
"description": "A command-line downloader using parallel requests",
|
||||||
"homepage": "https://github.com/Code-Hex/pget",
|
"homepage": "https://github.com/Code-Hex/pget",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_x86_64.zip",
|
"url": "https://github.com/Code-Hex/pget/releases/download/v0.2.1/pget_.0.2.1_Windows_x86_64.zip",
|
||||||
"hash": "71a80c387fe277f411e5ed314194a68699997e0c0b1530b80ea79b4072add8ed"
|
"hash": "574449f17888cdda03b9966aaef7b8da230a79387dbd7289e3d162872d6b4d85"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_i386.zip",
|
"url": "https://github.com/Code-Hex/pget/releases/download/v0.2.1/pget_.0.2.1_Windows_i386.zip",
|
||||||
"hash": "e20dc7a2e9d83a5df2edda75b85649efa105129820e6283cffbdf66bd549112a"
|
"hash": "d40929f3df5fd8fd2d4d1861ee0ae1cc1de00452168542be2767fd185f8565b8"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_arm64.zip",
|
"url": "https://github.com/Code-Hex/pget/releases/download/v0.2.1/pget_.0.2.1_Windows_arm64.zip",
|
||||||
"hash": "3c0f584498c2495fc7904959fe365037be3416e00e2c4e6d300d53f3f09cbdda"
|
"hash": "efd1d3926aedb3bd8978a17f4fb9af1d952576785975fc0bd419f3a68b303848"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "pget.exe",
|
"bin": "pget.exe",
|
||||||
@ -22,13 +22,13 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_$version_Windows_x86_64.zip"
|
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_.$version_Windows_x86_64.zip"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_$version_Windows_i386.zip"
|
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_.$version_Windows_i386.zip"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_$version_Windows_arm64.zip"
|
"url": "https://github.com/Code-Hex/pget/releases/download/v$version/pget_.$version_Windows_arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user