diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-11 11:31:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 11:31:41 -0500 |
commit | fe4446f49f2e4cce6ef29d028e960165baba3529 (patch) | |
tree | b53dde08217894cf2259f20a8f354b1fdfda4892 /SPEC.md | |
parent | c1215331b0964a96541625f356141ea6ecdd7df8 (diff) | |
download | lite-xl-plugin-manager-fe4446f49f2e4cce6ef29d028e960165baba3529.tar.gz lite-xl-plugin-manager-fe4446f49f2e4cce6ef29d028e960165baba3529.zip |
Update SPEC.md
Diffstat (limited to 'SPEC.md')
-rw-r--r-- | SPEC.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |