Browse Source

Update builds

master
Andrew Belt 6 years ago
parent
commit
8eb490e8e5
3 changed files with 17 additions and 12 deletions
  1. +12
    -9
      manifests/UnforgettableLuncheon.json
  2. +3
    -3
      manifests/Valley.json
  3. +2
    -0
      scripts/build_updates.py

+ 12
- 9
manifests/UnforgettableLuncheon.json View File

@@ -1,10 +1,13 @@
{
"name": "UnforgettableLuncheon",
"author": "JohnnyMurf",
"license": "CC-BY-1.0",
"pluginUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md",
"authorUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon",
"manualUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md",
"sourceUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon.git",
"repoVersion": "0.6.2"
}
"name": "UnforgettableLuncheon",
"author": "JohnnyMurf",
"license": "CC-BY-1.0",
"pluginUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md",
"authorUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon",
"manualUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon/blob/master/README.md",
"sourceUrl": "https://github.com/johnnymurf/Unforgettable-Luncheon.git",
"repoVersion": "0.6.2",
"latestVersion": "0.6.2",
"buildTimestamp": 1551242590,
"status": "available"
}

+ 3
- 3
manifests/Valley.json View File

@@ -5,9 +5,9 @@
"manualUrl": "https://valleyaudio.github.io",
"sourceUrl": "https://github.com/ValleyAudio/ValleyRackFree/",
"donateUrl": "https://www.paypal.me/valleyvcv",
"latestVersion": "0.6.13",
"latestVersion": "0.6.14",
"repoVersion": "0.6.14",
"status": "available",
"buildTimestamp": 1549828591,
"buildTimestamp": 1551242578,
"pluginUrl": "https://github.com/ValleyAudio/ValleyRackFree/blob/master/README.md"
}
}

+ 2
- 0
scripts/build_updates.py View File

@@ -49,6 +49,8 @@ for plugin_dir in plugin_dirs:
json.dump(manifest, f, indent=" ")

built_slugs.append(slug)
os.system("qutebrowser \"https://github.com/VCVRack/library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+" + slug + "\" &")



if not built_slugs:


Loading…
Cancel
Save