jo: Fix bin (#4094)

This commit is contained in:
Brian 2022-11-06 02:11:54 -05:00 committed by GitHub
parent 56ae11ac6a
commit 957497245a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
"description": "A tool for creating JSON objects from CLI",
"homepage": "https://github.com/jpmens/jo",
"license": "GPL-2.0-or-later",
"url": "https://github.com/jpmens/jo/releases/download/1.9/jo-1.9.exe",
"url": "https://github.com/jpmens/jo/releases/download/1.9/jo-1.9.exe#/jo.exe",
"hash": "1c038153946ad7611166d36a5f6ce57e7704d8b89c51a4864c4fc821116521b6",
"bin": "jo.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/jpmens/jo/releases/download/$version/jo-$version.exe"
"url": "https://github.com/jpmens/jo/releases/download/$version/jo-$version.exe#/jo.exe"
}
}