| @@ -9,7 +9,7 @@ | |||||
| "manualUrl": "https://github.com/dhuber81/huaba", | "manualUrl": "https://github.com/dhuber81/huaba", | ||||
| "donateUrl": "https://paypal.me/DanielHuber81", | "donateUrl": "https://paypal.me/DanielHuber81", | ||||
| "repoVersion": "0.6.3", | "repoVersion": "0.6.3", | ||||
| "latestVersion": "0.6.2", | |||||
| "buildTimestamp": 1529464276, | |||||
| "latestVersion": "0.6.3", | |||||
| "buildTimestamp": 1530067094, | |||||
| "status": "available" | "status": "available" | ||||
| } | } | ||||
| @@ -6,8 +6,8 @@ | |||||
| "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", | "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", | ||||
| "sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", | "sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", | ||||
| "donateUrl": "https://paypal.me/j4s0n", | "donateUrl": "https://paypal.me/j4s0n", | ||||
| "latestVersion": "0.6.2", | |||||
| "latestVersion": "0.6.3", | |||||
| "repoVersion": "0.6.3", | "repoVersion": "0.6.3", | ||||
| "status": "available", | "status": "available", | ||||
| "buildTimestamp": 1529367538 | |||||
| "buildTimestamp": 1530067207 | |||||
| } | } | ||||
| @@ -8,7 +8,7 @@ | |||||
| "manualUrl": "https://gitlab.com/unlessgames/unless_modules/blob/master/README.md", | "manualUrl": "https://gitlab.com/unlessgames/unless_modules/blob/master/README.md", | ||||
| "sourceUrl": "https://gitlab.com/unlessgames/unless_modules", | "sourceUrl": "https://gitlab.com/unlessgames/unless_modules", | ||||
| "repoVersion": "0.6.2", | "repoVersion": "0.6.2", | ||||
| "latestVersion": "0.6.1", | |||||
| "buildTimestamp": 1524688411, | |||||
| "latestVersion": "0.6.2", | |||||
| "buildTimestamp": 1530067220, | |||||
| "status": "available" | "status": "available" | ||||
| } | } | ||||
| @@ -93,6 +93,6 @@ for repo in repos: | |||||
| if built_repos: | if built_repos: | ||||
| print() | print() | ||||
| print("Built " + ",".join(built_repos)) | |||||
| print("Built " + ", ".join(built_repos)) | |||||
| else: | else: | ||||
| print("Nothing to build") | print("Nothing to build") | ||||