Skip to content

Commit

Permalink
Yacreader: Fix checkver (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui authored and rasa committed Sep 29, 2019
1 parent 2adb7d6 commit 109eef2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions bucket/yacreader.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "9.5.0",
"version": "9.6.1.1909277",
"homepage": "https://www.yacreader.com",
"description": "A comic reader and manager.",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/YACReader/yacreader/releases/download/9.5.0/YACReader-9.5.0-win64.exe",
"hash": "3dbe9d5da2584197ed8b0319b67363843a90148168db9d2465be3daabbcaf2dd"
"url": "https://github.com/YACReader/yacreader/releases/download/9.6.1/YACReader-v9.6.1.1909277-winx64-7z.exe",
"hash": "46371178dbb5cde70e9813d311786e2188c1b249b0b92dee06895201cf429328"
},
"32bit": {
"url": "https://github.com/YACReader/yacreader/releases/download/9.5.0/YACReader-9.5.0-win32.exe",
"hash": "03ea3decfcfd5c0414ef0517b2a55e6a75fc4143cb633e28cbe7a141b5d802fb"
"url": "https://github.com/YACReader/yacreader/releases/download/9.6.1/YACReader-v9.6.1.1909277-winx86-7z.exe",
"hash": "250725e30012af232b6e60416740a2565f933950609b898c4032a62136e80d0e"
}
},
"innosetup": true,
Expand All @@ -30,15 +30,16 @@
]
],
"checkver": {
"github": "https://github.com/YACReader/yacreader"
"github": "https://github.com/YACReader/yacreader",
"regex": "YACReader-v([\\d.]+)-winx86-7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/YACReader/yacreader/releases/download/$version/YACReader-$version-win64.exe"
"url": "https://github.com/YACReader/yacreader/releases/download/$matchHead/YACReader-v$version-winx64-7z.exe"
},
"32bit": {
"url": "https://github.com/YACReader/yacreader/releases/download/$version/YACReader-$version-win32.exe"
"url": "https://github.com/YACReader/yacreader/releases/download/$matchHead/YACReader-v$version-winx86-7z.exe"
}
}
}
Expand Down

0 comments on commit 109eef2

Please sign in to comment.