mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
https -> http
https://github.com/bombsquad-community/plugin-manager/pull/48#discussion_r986313257
This commit is contained in:
parent
3c2bde366d
commit
2fe966ccae
2 changed files with 3 additions and 8 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
{
|
{
|
||||||
"plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
"plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||||
"versions": {
|
"versions": {
|
||||||
"0.1.7": {
|
"0.1.7": null,
|
||||||
"api_version": 7,
|
|
||||||
"commit_sha": "6f9fc4b",
|
|
||||||
"released_on": "03-10-2022",
|
|
||||||
"md5sum": "550215c42afa9b38bbc5e67bd0fc740f"
|
|
||||||
},
|
|
||||||
"0.1.6": {
|
"0.1.6": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "2a7ad8e",
|
"commit_sha": "2a7ad8e",
|
||||||
|
|
@ -32,4 +27,4 @@
|
||||||
"http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
|
"http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
|
||||||
],
|
],
|
||||||
"external_source_url": "http://github.com/{repository}/{content_type}/{tag}/category.json"
|
"external_source_url": "http://github.com/{repository}/{content_type}/{tag}/category.json"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ REGEXP = {
|
||||||
"plugin_entry_points": re.compile(b"(ba_meta export plugin\n+class )(.*)\\("),
|
"plugin_entry_points": re.compile(b"(ba_meta export plugin\n+class )(.*)\\("),
|
||||||
"minigames": re.compile(b"(ba_meta export game\n+class )(.*)\\("),
|
"minigames": re.compile(b"(ba_meta export game\n+class )(.*)\\("),
|
||||||
}
|
}
|
||||||
DISCORD_URL = "https://ballistica.net/discord"
|
DISCORD_URL = "http://ballistica.net/discord"
|
||||||
|
|
||||||
_CACHE = {}
|
_CACHE = {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue