Skip to content

Commit

Permalink
shiori-rc: Update to version 1.7.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Youxikong committed Dec 14, 2024
1 parent d170608 commit 1a50892
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/shiori-rc.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"homepage": "https://github.com/go-shiori/shiori",
"description": "Simple bookmark manager built with Go",
"version": "1.7.0-rc.3",
"version": "1.7.2-rc.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/go-shiori/shiori/releases/download/v1.7.0-rc.3/shiori_Windows_x86_64.zip",
"hash": "7ada41d6beb796ea35ac6e61355fd108776bb017b1b40168c86f1846d5e251cc"
"url": "https://github.com/go-shiori/shiori/releases/download/v1.7.2-rc.1/shiori_Windows_x86_64_1.7.2-rc.1.zip",
"hash": "5eef678a358f3eae6d8521d0bfe08209ef280904c87a9e414f793ce7e252746f"
}
},
"bin": "shiori.exe",
"persist": "shiori-data",
"checkver": {
"url": "https://github.com/go-shiori/shiori/tags",
"regex": "/releases/tag/v([\\d.]+-rc[\\d.]+)"
"regex": "/releases/tag/v([\\d.]+-rc.[\\d]+)"
},
"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 1a50892

Please sign in to comment.