Skip to content

Commit

Permalink
Add Shiba version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blyoa committed May 30, 2019
1 parent ff78a30 commit aef8d9c
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bucket/shiba.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "1.2.1",
"description": "Rich markdown live preview app with linter",
"homepage": "https://github.com/rhysd/Shiba",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-win32-x64.zip",
"hash": "ae2aa930ca25fb2e1be6df69ed8053f70d023bf3c35fac7103eb511606dc2327",
"bin": [
"Shiba-win32-x64\\Shiba.exe"
],
"shortcuts": [
[
"Shiba-win32-x64\\Shiba.exe",
"Shiba"
]
]
},
"32bit": {
"url": "https://github.com/rhysd/Shiba/releases/download/v1.2.1/Shiba-win32-ia32.zip",
"hash": "07f8f47f3ab5455bb0132d050e069cffcf0284698a981c5e4df192dd2fb2e1eb",
"bin": [
"Shiba-win32-ia32\\Shiba.exe"
],
"shortcuts": [
[
"Shiba-win32-ia32\\Shiba.exe",
"Shiba"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rhysd/Shiba/releases/download/v$version/Shiba-win32-x64.zip"
},
"32bit": {
"url": "https://github.com/rhysd/Shiba/releases/download/$$version/Shiba-win32-ia32.zip"
}
}
}
}

0 comments on commit aef8d9c

Please sign in to comment.