Skip to content

Commit

Permalink
siyuan-note: Fix checkver and Update to version 1.6.3 (#7697)
Browse files Browse the repository at this point in the history
* siyuan-note: Update to version 1.6.3

* siyuan-note: Update to version 1.6.3

* fix: remove checkver.regex
  • Loading branch information
Zuoqiu-Yingyi authored Jan 8, 2022
1 parent 08ba01d commit 1d527df
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions bucket/siyuan-note.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.8",
"version": "1.6.3",
"description": "SiYuan is a Markdown Block-Reference and Bidirectional-Link note-taking application",
"homepage": "https://b3log.org/siyuan",
"license": {
Expand All @@ -8,16 +8,16 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/siyuan-note/siyuan/releases/download/v1.4.8/siyuan-1.4.8-win.exe#/siyuan.7z",
"hash": "2e72af2c6211595ce4e47c2141e029ce53fb7f934d383f9d8f79493ac6a70b61",
"url": "https://github.com/siyuan-note/siyuan/releases/download/v1.6.3/siyuan-1.6.3-win.exe#/dl.7z",
"hash": "3975a0c1507f426ef44d0f56abf301457737960c329b34215652c143df773f75",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\" -Recurse"
]
},
"32bit": {
"url": "https://github.com/siyuan-note/siyuan/releases/download/v1.4.8/siyuan-1.4.8-win32.exe#/siyuan.7z",
"hash": "7f97024325040287688ab0ea12ffd8b0e0045680e82c734461254e6e382fd53a",
"url": "https://github.com/siyuan-note/siyuan/releases/download/v1.6.3/siyuan-1.6.3-win32.exe#/dl.7z",
"hash": "28859c275695ddc84b5e2c100de9709844c1feb38a3cae69bc56c23fc265c911",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\" -Recurse"
Expand All @@ -31,16 +31,15 @@
]
],
"checkver": {
"github": "https://github.com/siyuan-note/siyuan",
"regex": "/tree/v([\\d.]+(-[\\w.]+)?)"
"github": "https://github.com/siyuan-note/siyuan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/siyuan-note/siyuan/releases/download/v$version/siyuan-$version-win.exe#/siyuan.7z"
"url": "https://github.com/siyuan-note/siyuan/releases/download/v$version/siyuan-$version-win.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/siyuan-note/siyuan/releases/download/v$version/siyuan-$version-win32.exe#/siyuan.7z"
"url": "https://github.com/siyuan-note/siyuan/releases/download/v$version/siyuan-$version-win32.exe#/dl.7z"
}
}
}
Expand Down

0 comments on commit 1d527df

Please sign in to comment.