Skip to content

Commit

Permalink
Fix Manifest Issues (#2691)
Browse files Browse the repository at this point in the history
* mpc-qt: Remove
Source no longer exists

* mupdf: Fix checkver

* smartsynchronize: Update to version 4.0.1

* fsviewer: Update to version 7.3
  • Loading branch information
brandon93s authored Aug 18, 2019
1 parent e3baa60 commit a994cb8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 41 deletions.
8 changes: 4 additions & 4 deletions bucket/fsviewer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"homepage": "https://www.faststone.org/FSViewerDetail.htm",
"description": "Fast, stable, user-friendly image browser, converter and editor",
"version": "7.2",
"version": "7.3",
"license": "Unknown",
"url": "http://www.faststonesoft.net/DN/FSViewer72.zip",
"hash": "82394097654ebac33b36622badb5e58914e5dcd1ca5aeafc1d2abb205e12b8f1",
"extract_dir": "FSViewer72",
"url": "http://www.faststonesoft.net/DN/FSViewer73.zip",
"hash": "54ce6b89ce71619f1930adc87f77ad8e6367858b33f7d5e2ae18eed5cb524669",
"extract_dir": "FSViewer73",
"bin": "FSViewer.exe",
"shortcuts": [
[
Expand Down
30 changes: 0 additions & 30 deletions bucket/mpc-qt.json

This file was deleted.

4 changes: 2 additions & 2 deletions bucket/mupdf.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
]
],
"checkver": {
"url": "https://www.mupdf.com/release_history.html",
"regex": "MuPDF ([\\w.-]+) \\("
"url": "https://www.mupdf.com/downloads/index.html",
"regex": "mupdf-([\\w.-]+)-windows"
},
"autoupdate": {
"url": "https://mupdf.com/downloads/archive/mupdf-$version-windows.zip",
Expand Down
10 changes: 5 additions & 5 deletions bucket/smartsynchronize.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.0.1",
"description": "An advanced file and directory compare tool.",
"homepage": "https://www.syntevo.com/smartsynchronize/",
"license": {
Expand All @@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://www.syntevo.com/downloads/smartsynchronize/smartsynchronize-portable-4.0.0.7z",
"hash": "sha1:82e95c9a09ea30c1564b794c04c9f44253541ea7",
"url": "https://www.syntevo.com/downloads/smartsynchronize/smartsynchronize-portable-4_0_1.7z",
"hash": "sha1:8912383bb4ca1cac120d2914684962412cb3999f",
"extract_dir": "SmartSynchronize",
"bin": [
[
Expand All @@ -28,12 +28,12 @@
"persist": ".settings",
"checkver": {
"url": "https://www.syntevo.com/smartsynchronize/download/",
"regex": "smartsynchronize-portable-([\\d.]+)\\.7z"
"regex": "Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.syntevo.com/downloads/smartsynchronize/smartsynchronize-portable-$version.7z",
"url": "https://www.syntevo.com/downloads/smartsynchronize/smartsynchronize-portable-$underscoreVersion.7z",
"hash": {
"url": "https://www.syntevo.com/smartsynchronize/download/",
"regex": "(?sm)$basename.*?$sha1"
Expand Down

0 comments on commit a994cb8

Please sign in to comment.