feat(plugins): Added the official bootstrap plugin repository
This commit is contained in:
13
lib/plugin_cache.sh
Normal file
13
lib/plugin_cache.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
# Auto-generated plugin cache. Do not edit manually.
|
||||
declare -g -A PLUGIN_URLS
|
||||
declare -g -A PLUGIN_VERSIONS
|
||||
declare -g -A PLUGIN_BOOTSTRAP_VERSIONS
|
||||
PLUGIN_VERSIONS["weather"]="1.0.0"
|
||||
PLUGIN_URLS["weather"]="https://git.adityagupta.dev/sortedcord/bootstrap/raw/branch/master/official_plugins/weather.sh"
|
||||
PLUGIN_BOOTSTRAP_VERSIONS["weather"]="2.1.0"
|
||||
PLUGIN_VERSIONS["sysinfo"]="1.0.0"
|
||||
PLUGIN_URLS["sysinfo"]="https://git.adityagupta.dev/sortedcord/bootstrap/raw/branch/master/official_plugins/sysinfo.sh"
|
||||
PLUGIN_BOOTSTRAP_VERSIONS["sysinfo"]="2.1.0"
|
||||
PLUGIN_VERSIONS["todo"]="1.0.0"
|
||||
PLUGIN_URLS["todo"]="https://git.adityagupta.dev/sortedcord/bootstrap/raw/branch/master/official_plugins/todo.sh"
|
||||
PLUGIN_BOOTSTRAP_VERSIONS["todo"]="2.1.0"
|
||||
Reference in New Issue
Block a user