-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue on connection.
- Loading branch information
Gerardo Grignoli
committed
Dec 18, 2019
1 parent
e2d4f98
commit 5e57afd
Showing
2 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"version": "0.4", | ||
"url": "https://github.com/gerardog/gsudo/releases/download/v0.4/gsudo.v0.4.zip", | ||
"hash":"8D2BDA6B57FD30D8723ACC7207F270ED86F45178044F80546436C5022B0517C2", | ||
"bin": [ "gsudo.exe",["gsudo.exe", "sudo"] ] | ||
} | ||
"version": "0.4.1", | ||
"url": "https://github.com/gerardog/gsudo/releases/download/v0.4.1/gsudo.v0.4.1.zip", | ||
"hash":"5A7C2BDAA5E2C399C99BD396FEA6E35A3267C62D901E7326959B17B1ABAF4A3B", | ||
"bin": [ "gsudo.exe",["gsudo.exe", "sudo"] ], | ||
"homepage": "https://github.com/gerardog/gsudo", | ||
"checkver": { | ||
"github" : "https://github.com/gerardog/gsudo" | ||
} | ||
} |