From 8eb490e8e5cfadab30563b02de3eca34507cc93f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 26 Feb 2019 23:47:27 -0500 Subject: [PATCH] Update builds --- manifests/UnforgettableLuncheon.json | 21 ++++++++++++--------- manifests/Valley.json | 6 +++--- scripts/build_updates.py | 2 ++ 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/manifests/UnforgettableLuncheon.json b/manifests/UnforgettableLuncheon.json index fad57589..ccbde002 100644 --- a/manifests/UnforgettableLuncheon.json +++ b/manifests/UnforgettableLuncheon.json @@ -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" +} \ No newline at end of file diff --git a/manifests/Valley.json b/manifests/Valley.json index d1b6e5d1..103ef4fb 100644 --- a/manifests/Valley.json +++ b/manifests/Valley.json @@ -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" -} +} \ No newline at end of file diff --git a/scripts/build_updates.py b/scripts/build_updates.py index ba812ba7..d30d9d78 100644 --- a/scripts/build_updates.py +++ b/scripts/build_updates.py @@ -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: