Skip to content

Commit

Permalink
fluent-reader: Add version 0.6.2-beta (#4450)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Čábera <[email protected]>
  • Loading branch information
ChungZH and Ash258 authored Jul 27, 2020
1 parent 008327a commit c089f8f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/fluent-reader.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "0.6.2-beta",
"description": "Modern desktop RSS reader",
"homepage": "https://hyliu.me/fluent-reader/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/yang991178/fluent-reader/releases/download/v0.6.2-beta/Fluent.Reader.Unpacked.0.6.2.x64.zip",
"hash": "140b0876a5f20b314e19f56e37e1623150c7a11ad45af3d47aa3acc36f378bd8"
},
"32bit": {
"url": "https://github.com/yang991178/fluent-reader/releases/download/v0.6.2-beta/Fluent.Reader.Unpacked.0.6.2.x86.zip",
"hash": "a9d13565efd38cb75ce24c5897c7a22e98d74c43759ed5ea9e659f72edcd115e"
}
},
"shortcuts": [
[
"Fluent Reader.exe",
"Fluent Reader"
]
],
"checkver": {
"github": "https://github.com/yang991178/fluent-reader",
"regex": "tag/v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yang991178/fluent-reader/releases/download/v$version/Fluent.Reader.Unpacked.$matchHead.x64.zip"
},
"32bit": {
"url": "https://github.com/yang991178/fluent-reader/releases/download/v$version/Fluent.Reader.Unpacked.$matchHead.x86.zip"
}
}
}
}

0 comments on commit c089f8f

Please sign in to comment.