mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-02 18:14:49 +00:00
pget@0.1.1: Add arm64 architecture (#4803)
This commit is contained in:
parent
8d3b11e6ed
commit
eb36500449
@ -1,7 +1,7 @@
|
||||
{
|
||||
"homepage": "https://github.com/Code-Hex/pget",
|
||||
"description": "A command-line Downloader using parallel requests",
|
||||
"version": "0.1.1",
|
||||
"description": "A command-line downloader using parallel requests",
|
||||
"homepage": "https://github.com/Code-Hex/pget",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -11,6 +11,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_i386.zip",
|
||||
"hash": "e20dc7a2e9d83a5df2edda75b85649efa105129820e6283cffbdf66bd549112a"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/Code-Hex/pget/releases/download/v0.1.1/pget_0.1.1_Windows_arm64.zip",
|
||||
"hash": "3c0f584498c2495fc7904959fe365037be3416e00e2c4e6d300d53f3f09cbdda"
|
||||
}
|
||||
},
|
||||
"bin": "pget.exe",
|
||||
@ -22,6 +26,9 @@
|
||||
},
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user