diff --git a/bucket/gsudo.json b/bucket/gsudo.json new file mode 100644 index 0000000000..e04694432e --- /dev/null +++ b/bucket/gsudo.json @@ -0,0 +1,19 @@ +{ + "version": "0.4.1", + "description": "A Sudo for Windows", + "homepage": "https://github.com/gerardog/gsudo", + "license": "MIT", + "url": "https://github.com/gerardog/gsudo/releases/download/v0.4.1/gsudo.v0.4.1.zip", + "hash": "5a7c2bdaa5e2c399c99bd396fea6e35a3267c62d901e7326959b17b1abaf4a3b", + "bin": [ + "gsudo.exe", + [ + "gsudo.exe", + "sudo" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/gerardog/gsudo/releases/download/v$version/gsudo.v$version.zip" + } +}