aboutsummaryrefslogtreecommitdiff
path: root/SPEC.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-11 20:09:02 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-11 20:09:02 -0500
commitb371dcb9903266bf5ff15d6a97c02f7b1233d878 (patch)
treefaaa8044b6264ac7aac5d54ededb8ec92bc2f5a1 /SPEC.md
parent41cbddaa9c327f9f5f80524597cffa99ad4eb445 (diff)
parentfe4446f49f2e4cce6ef29d028e960165baba3529 (diff)
downloadlite-xl-plugin-manager-b371dcb9903266bf5ff15d6a97c02f7b1233d878.tar.gz
lite-xl-plugin-manager-b371dcb9903266bf5ff15d6a97c02f7b1233d878.zip
Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerv0.995
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/SPEC.md b/SPEC.md
index f492787..b1c8351 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -81,7 +81,9 @@ Files are objects that contain at least two keys, `url`, and `checksum`. They
can also optionally contain the `arch` and `path` keys.
* `url` represents the URL to grab the particular file from.
-* `checksum` is the sha256hex checksum for the file.
+* `checksum` is the sha256hex checksum for the file. If `"SKIP"` is specified, the
+ check is skipped. This is fine for development purposes, but any publically
+ accessible manifest, should specify a checksum.
* `arch` is the lite-xl/clang architecture tuple that the file is relevant for.
if omitted, file is to be assumed to be valid for all arhcitectures.
* `path` is the location to install this file inside the plugin's directory.