2018-10-15 22:00:25 +00:00

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"
}
}
}
}