Browse Source

Merge remote-tracking branch 'upstream/master'

pull/454/head
phdsg 7 years ago
parent
commit
e4523dfd9a
4 changed files with 10 additions and 8 deletions
  1. +3
    -3
      manifests/FrozenWasteland.json
  2. +4
    -3
      manifests/TheXOR.json
  3. +1
    -1
      repos/mscHack
  4. +2
    -1
      scripts/build_updates.py

+ 3
- 3
manifests/FrozenWasteland.json View File

@@ -5,8 +5,8 @@
"manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", "manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md",
"sourceUrl": "https://github.com/almostEric/FrozenWasteland", "sourceUrl": "https://github.com/almostEric/FrozenWasteland",
"donateUrl": "https://paypal.me/FrozenWasteland", "donateUrl": "https://paypal.me/FrozenWasteland",
"latestVersion": "0.6.2",
"latestVersion": "0.6.3",
"status": "available", "status": "available",
"repoVersion": "0.6.3", "repoVersion": "0.6.3",
"buildTimestamp": 1522751401
}
"buildTimestamp": 1522881009
}

+ 4
- 3
manifests/TheXOR.json View File

@@ -4,7 +4,8 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md", "manual": "https://github.com/The-XOR/RackPlugins/blob/master/README.md",
"sourceUrl": "https://github.com/The-XOR/RackPlugins", "sourceUrl": "https://github.com/The-XOR/RackPlugins",
"latestVersion": "0.6.0",
"latestVersion": "0.6.1",
"repoVersion": "0.6.1", "repoVersion": "0.6.1",
"status": "available"
}
"status": "available",
"buildTimestamp": 1522880959
}

+ 1
- 1
repos/mscHack

@@ -1 +1 @@
Subproject commit 2057b6e92deb128bf87c1c71cae8d98cc7625184
Subproject commit 32720c73562ba2aa06bd9610014cbd63a34916e6

+ 2
- 1
scripts/build_updates.py View File

@@ -59,7 +59,8 @@ for filename in glob.glob("manifests/*"):
move_package(slug) move_package(slug)
except Exception as e: except Exception as e:
print(e) print(e)
break
input("Enter to proceed")
continue


# Update build information # Update build information
manifest['latestVersion'] = manifest['repoVersion'] manifest['latestVersion'] = manifest['repoVersion']


Loading…
Cancel
Save