Browse Source

Update builds

pull/514/head
Andrew Belt 6 years ago
parent
commit
350d4130f2
4 changed files with 7 additions and 7 deletions
  1. +2
    -2
      manifests/huaba.json
  2. +2
    -2
      manifests/trowaSoft.json
  3. +2
    -2
      manifests/unless_modules.json
  4. +1
    -1
      scripts/build_updates.py

+ 2
- 2
manifests/huaba.json View File

@@ -9,7 +9,7 @@
"manualUrl": "https://github.com/dhuber81/huaba",
"donateUrl": "https://paypal.me/DanielHuber81",
"repoVersion": "0.6.3",
"latestVersion": "0.6.2",
"buildTimestamp": 1529464276,
"latestVersion": "0.6.3",
"buildTimestamp": 1530067094,
"status": "available"
}

+ 2
- 2
manifests/trowaSoft.json View File

@@ -6,8 +6,8 @@
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md",
"sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"donateUrl": "https://paypal.me/j4s0n",
"latestVersion": "0.6.2",
"latestVersion": "0.6.3",
"repoVersion": "0.6.3",
"status": "available",
"buildTimestamp": 1529367538
"buildTimestamp": 1530067207
}

+ 2
- 2
manifests/unless_modules.json View File

@@ -8,7 +8,7 @@
"manualUrl": "https://gitlab.com/unlessgames/unless_modules/blob/master/README.md",
"sourceUrl": "https://gitlab.com/unlessgames/unless_modules",
"repoVersion": "0.6.2",
"latestVersion": "0.6.1",
"buildTimestamp": 1524688411,
"latestVersion": "0.6.2",
"buildTimestamp": 1530067220,
"status": "available"
}

+ 1
- 1
scripts/build_updates.py View File

@@ -93,6 +93,6 @@ for repo in repos:

if built_repos:
print()
print("Built " + ",".join(built_repos))
print("Built " + ", ".join(built_repos))
else:
print("Nothing to build")

Loading…
Cancel
Save