Skip to content

Commit afde646

Browse files
committed
update NeeView app manifest
NeeView project page has been moved to GitHub (from bitbucket)
1 parent cd9c888 commit afde646

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

bucket/neeview.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "42.5",
3-
"description": "An image viewer that allows you to view images of folders and compressed files as if you read books.",
4-
"homepage": "https://bitbucket.org/neelabo/neeview/wiki/Home",
2+
"version": "42.6",
3+
"description": "An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.",
4+
"homepage": "https://neelabo.github.io/NeeView",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://bitbucket.org/neelabo/neeview/downloads/NeeView42.5.zip",
9-
"hash": "5c29f64f648e6809f9f883553b7a7f9b9f2874ede0337e2c03458fdafc774c8f",
10-
"extract_dir": "NeeView42.5"
8+
"url": "https://github.com/neelabo/NeeView/releases/download/42.6/NeeView42.6.zip",
9+
"hash": "7817b3282949e844b1e009e3185c7c7c7111111f98ebc739108e01b22bf5b560",
10+
"extract_dir": "NeeView42.6"
1111
}
1212
},
1313
"bin": "NeeView.exe",
@@ -19,13 +19,12 @@
1919
],
2020
"persist": "Profile",
2121
"checkver": {
22-
"url": "https://api.bitbucket.org/2.0/repositories/neelabo/neeview/refs/tags?sort=-target.date",
23-
"jsonpath": "$.values[0].name"
22+
"github": "https://github.com/neelabo/NeeView"
2423
},
2524
"autoupdate": {
2625
"architecture": {
2726
"64bit": {
28-
"url": "https://bitbucket.org/neelabo/neeview/downloads/NeeView$version.zip",
27+
"url": "https://github.com/neelabo/NeeView/releases/download/$version/NeeView$version.zip",
2928
"extract_dir": "NeeView$version"
3029
}
3130
}

0 commit comments

Comments
 (0)