Skip to content

Commit 92997f3

Browse files
authored
folo: Update to version 0.8.0, update homepage & checkver (#16432)
1 parent e5ae101 commit 92997f3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bucket/folo.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.8.0",
33
"description": "Follow everything in one place",
4-
"homepage": "https://follow.is/",
4+
"homepage": "https://folo.is/",
55
"license": "GPL-3.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/RSSNext/Folo/releases/download/v0.7.0/Folo-0.7.0-windows-x64.exe#/dl.7z",
9-
"hash": "sha512:8a887e95f85ffd958211f9785beb55038dd7b9d2b1656680a87d379dd84b17443ff206d26c8d9306faee363c999952c83e640a3ab600cb39c286324fdc5da35c"
8+
"url": "https://github.com/RSSNext/Folo/releases/download/desktop%2Fv0.8.0/Folo-0.8.0-windows-x64.exe#/dl.7z",
9+
"hash": "sha512:91a85213d29dca32e08e95f7c16ee6586df89444131c16fe55a8e631d27fc4c4704edbb8bb088ced46341c643e781790a0e953d4a07254d5d54d435e71571c3d"
1010
}
1111
},
1212
"pre_install": [
@@ -32,12 +32,13 @@
3232
],
3333
"persist": "UserData",
3434
"checkver": {
35-
"github": "https://github.com/RSSNext/Folo"
35+
"url": "https://api.github.com/repositories/783512367/releases",
36+
"regex": "desktop/v([\\d.]+)"
3637
},
3738
"autoupdate": {
3839
"architecture": {
3940
"64bit": {
40-
"url": "https://github.com/RSSNext/Folo/releases/download/v$version/Folo-$version-windows-x64.exe#/dl.7z",
41+
"url": "https://github.com/RSSNext/Folo/releases/download/desktop%2Fv$version/Folo-$version-windows-x64.exe#/dl.7z",
4142
"hash": {
4243
"url": "$baseurl/latest.yml",
4344
"regex": "(?sm)x64.exe.*?sha512:\\s+$base64"

0 commit comments

Comments
 (0)