diff --git a/manifests/FrozenWasteland.json b/manifests/FrozenWasteland.json index 81bf4039..3af29c7b 100644 --- a/manifests/FrozenWasteland.json +++ b/manifests/FrozenWasteland.json @@ -5,8 +5,8 @@ "manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "sourceUrl": "https://github.com/almostEric/FrozenWasteland", "donateUrl": "https://paypal.me/FrozenWasteland", - "latestVersion": "0.6.2", + "latestVersion": "0.6.3", "status": "available", "repoVersion": "0.6.3", - "buildTimestamp": 1522751401 -} + "buildTimestamp": 1522881009 +} \ No newline at end of file diff --git a/manifests/TheXOR.json b/manifests/TheXOR.json index d8380eda..b5e0516d 100644 --- a/manifests/TheXOR.json +++ b/manifests/TheXOR.json @@ -4,7 +4,8 @@ "license": "CC0-1.0", "manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", "sourceUrl": "https://github.com/The-XOR/RackPlugins", - "latestVersion": "0.6.0", + "latestVersion": "0.6.1", "repoVersion": "0.6.1", - "status": "available" -} + "status": "available", + "buildTimestamp": 1522880959 +} \ No newline at end of file diff --git a/repos/mscHack b/repos/mscHack index 2057b6e9..32720c73 160000 --- a/repos/mscHack +++ b/repos/mscHack @@ -1 +1 @@ -Subproject commit 2057b6e92deb128bf87c1c71cae8d98cc7625184 +Subproject commit 32720c73562ba2aa06bd9610014cbd63a34916e6 diff --git a/scripts/build_updates.py b/scripts/build_updates.py index 4a44d20f..3660d5c5 100644 --- a/scripts/build_updates.py +++ b/scripts/build_updates.py @@ -59,7 +59,8 @@ for filename in glob.glob("manifests/*"): move_package(slug) except Exception as e: print(e) - break + input("Enter to proceed") + continue # Update build information manifest['latestVersion'] = manifest['repoVersion']