mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* ddosify: Add arm64 architecture * duf: Add arm64 architecture * fx: Add arm64 architecture * hopp-cli: Add arm64 architecture * octosql: Add arm64 architecture * gron: Enable autoupdate * gron: Add arm64 architecture
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.8.1",
|
|
"description": "Disk Usage/Free Utility - a better 'df' alternative",
|
|
"homepage": "https://github.com/muesli/duf",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_Windows_x86_64.zip",
|
|
"hash": "61cb50b541b30b6b66f20453d8795e6395454224e1609fa8454682fcf8931926"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_Windows_i386.zip",
|
|
"hash": "1d8829b7f93dfe532bf29015b8826d6d384d6f25c751e9118a12b9ff63ae881a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_Windows_arm64.zip",
|
|
"hash": "f56dae76498f543d7c6335ce77fae5661e3c6e085d5423f1d7af8be2f2bf96f1"
|
|
}
|
|
},
|
|
"bin": "duf.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v$version/duf_$version_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v$version/duf_$version_Windows_i386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v$version/duf_$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|