diff --git a/bucket/siyuan-note.json b/bucket/siyuan-note.json index de64aa6fbb58d7..ce6c6e88f2c139 100644 --- a/bucket/siyuan-note.json +++ b/bucket/siyuan-note.json @@ -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": { @@ -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" @@ -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" } } }