mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
22 lines
726 B
JSON
22 lines
726 B
JSON
{
|
|
"homepage": "https://github.com/dgiagio/warp",
|
|
"description": "Create self-contained single binary applications",
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dgiagio/warp/releases/download/v0.2.1/windows-x64.warp-packer.exe#/warp-packer.exe",
|
|
"hash": "07817a72744a3200d44bfbc4766b269be9002ae7297cf173d7bb6711c90a2601"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|