mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
726 B
JSON
22 lines
726 B
JSON
{
|
|
"version": "0.3.0",
|
|
"description": "Create self-contained single binary applications",
|
|
"homepage": "https://github.com/dgiagio/warp",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dgiagio/warp/releases/download/v0.3.0/windows-x64.warp-packer.exe#/warp-packer.exe",
|
|
"hash": "4f9a0f223f0e9f689fc718fdf86a147a357921ffa69c236deadc3274091070c1"
|
|
}
|
|
},
|
|
"bin": "warp-packer.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dgiagio/warp/releases/download/v$version/windows-x64.warp-packer.exe#/warp-packer.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|