Jakub Čábera 907ba3d65f tflint: Update to version 0.23.1
format [c-d]*
2021-01-10 21:44:20 +01:00

26 lines
868 B
JSON

{
"version": "0.9",
"description": "A small, self-contained, command-line-only HTTP server for developers",
"homepage": "https://corte.si/posts/devd/intro/index.html",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cortesi/devd/releases/download/v0.9/devd-0.9-windows64.zip",
"hash": "650575ac95228dd62fd3bb8a42d640daa476c23ae3bc58ac1ba8931e26096aa2",
"extract_dir": "devd-0.9-windows64"
}
},
"bin": "devd.exe",
"checkver": {
"github": "https://github.com/cortesi/devd"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cortesi/devd/releases/download/v$version/devd-$version-windows64.zip",
"extract_dir": "devd-$version-windows64"
}
}
}
}