Skip to content

Commit

Permalink
shiori: Update to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed Jun 9, 2024
1 parent cfb1633 commit 7da600d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/shiori.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"homepage": "https://github.com/go-shiori/shiori",
"description": "Simple bookmark manager built with Go",
"version": "1.6.3",
"version": "1.7.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/go-shiori/shiori/releases/download/v1.6.3/shiori_Windows_x86_64.zip",
"hash": "656413b09aeafd9ca49f14a723e9f0bef87d0e678965f4957c9f39ded26e1464"
"url": "https://github.com/go-shiori/shiori/releases/download/v1.7.0/shiori_Windows_x86_64_1.7.0.zip",
"hash": "febcd1b8b4d7b02c9080239a5d3c371cc4c67ecbfe627f129454036c8e96db51"
}
},
"bin": "shiori.exe",
Expand All @@ -15,7 +15,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/go-shiori/shiori/releases/download/v$version/shiori_Windows_x86_64.zip"
"url": "https://github.com/go-shiori/shiori/releases/download/v$version/shiori_Windows_x86_64_$version.zip"
}
},
"hash": {
Expand Down

0 comments on commit 7da600d

Please sign in to comment.