Skip to content

Commit

Permalink
fix: Adhere to manifest schema (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleli committed Jul 23, 2022
1 parent 12b0d7f commit 4d0ab82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bucket/bupsystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"checkver": {
"url": "http://tailchao.com/BupSystem/",
"re": "BupSystem ([\\d.]+)"
"regex": "BupSystem ([\\d.]+)"

},
"autoupdate": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/handy.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"checkver": {
"url": "https://sourceforge.net/projects/handy/rss?path=/handy",
"re": "Handy-([\\d.]+)\\.zip"
"regex": "Handy-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/handy/handy/Handy%20$version/Handy-$version.zip"
Expand Down
2 changes: 1 addition & 1 deletion bucket/saint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"checkver": {
"url": "http://leonard.oxg.free.fr/SainT/versions.txt",
"re": "^([\\d.]+)"
"regex": "^([\\d.]+)"
},
"autoupdate": {
"url": "http://leonard.oxg.free.fr/SainT/SainT$cleanVersion.zip"
Expand Down
2 changes: 1 addition & 1 deletion bucket/steemsse.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"checkver": {
"url": "https://sourceforge.net/projects/steemsse/rss",
"re": "/Steem\\.SSE\\.([\\d.]+)\\.Win64\\.D3D\\.R32\\.zip"
"regex": "/Steem\\.SSE\\.([\\d.]+)\\.Win64\\.D3D\\.R32\\.zip"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 4d0ab82

Please sign in to comment.