Skip to content

Commit

Permalink
hain: Fix checkver (#2375)
Browse files Browse the repository at this point in the history
* hain: Fix checkver

* hain: add description
  • Loading branch information
hoilc authored and rasa committed Jun 28, 2019
1 parent 4accefc commit 2b38065
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions bucket/hain.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"homepage": "http://hainproject.github.io/hain/",
"version": "0.6.6",
"description": "An alt+space launcher for Windows, built with Electron.",
"version": "0.7.0-beta.1",
"architecture": {
"64bit": {
"url": "https://github.com/hainproject/hain/releases/download/v0.6.6/Hain-x64-v0.6.6.zip",
"hash": "f48e2d70d02bdbd4129d581428e5cf466768f5389e40c4c76435d48a71c5d421"
"url": "https://github.com/hainproject/hain/releases/download/v0.7.0-beta.1/Hain-x64-v0.7.0-beta.1.zip",
"hash": "7a83c82df2eb2b60abd06206cc686610e2a119464615de6235ae6920655be712"
},
"32bit": {
"url": "https://github.com/hainproject/hain/releases/download/v0.6.6/Hain-ia32-v0.6.6.zip",
"hash": "49b08102e3e6015489f70ffc32a53518f6f674507de97f47b225cffd9ed5cf01"
"url": "https://github.com/hainproject/hain/releases/download/v0.7.0-beta.1/Hain-ia32-v0.7.0-beta.1.zip",
"hash": "0bf3890d2001b0ffb18b2a5c5302530f00eff98d370af899963e4af3754be9db"
}
},
"bin": "Hain.exe",
Expand All @@ -19,7 +20,8 @@
]
],
"checkver": {
"github": "https://github.com/hainproject/hain"
"github": "https://github.com/hainproject/hain",
"re": "/releases/tag/(?:v)?([\\w.-]+)"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 2b38065

Please sign in to comment.