Aliaksandr Belik fb0822d658
(chore): Add arm64 architecture for some apps (#4096)
* 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
2022-11-07 10:14:59 +05:30

36 lines
1.5 KiB
JSON

{
"version": "0.7.1",
"description": "Transform JSON into discrete assignments to make it easier to grep and see the absolute 'path'.",
"homepage": "https://github.com/tomnomnom/gron",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tomnomnom/gron/releases/download/v0.7.1/gron-windows-amd64-0.7.1.zip",
"hash": "5ed427a4a504d8e03a1770b71d4ad16a3764179e085b5ae84e51a57b299f300d"
},
"32bit": {
"url": "https://github.com/tomnomnom/gron/releases/download/v0.7.1/gron-windows-386-0.7.1.zip",
"hash": "a532d5aa29395592f3725c336640f2cf9eb670c8ce25115aaee0082d5cdf5a0e"
},
"arm64": {
"url": "https://github.com/tomnomnom/gron/releases/download/v0.7.1/gron-windows-arm64-0.7.1.zip",
"hash": "9bd38a241f1afdbd3c8f952b92b7090e7a446cac5251bfed3fdf28f219c9dda8"
}
},
"bin": "gron.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tomnomnom/gron/releases/download/v$version/gron-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/tomnomnom/gron/releases/download/v$version/gron-windows-386-$version.zip"
},
"arm64": {
"url": "https://github.com/tomnomnom/gron/releases/download/v$version/gron-windows-arm64-$version.zip"
}
}
}
}