diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-08 12:32:48 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-08 12:32:48 -0500 |
commit | c2a9515792df186c2c4f4e987088bc0b9c5ccbdd (patch) | |
tree | 9c1b1a5c805bfe5b8e961a8506f9a11fe9cb9de5 /manifest.json | |
parent | 53c8154403c9e2323fe4b6c5fbb40e5c1819db8a (diff) | |
download | lite-xl-plugin-manager-c2a9515792df186c2c4f4e987088bc0b9c5ccbdd.tar.gz lite-xl-plugin-manager-c2a9515792df186c2c4f4e987088bc0b9c5ccbdd.zip |
Fixed issue with rawget, and removed unecessary checksum.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index b640d08..f21d73e 100644 --- a/manifest.json +++ b/manifest.json @@ -58,7 +58,7 @@ { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-android", "arch": "x86_64-android", - "checksum": "bcc79ca26399de77bbb789ad61874aa71e855ac17c593fe3dd28294bdc14159f", + "checksum": "SKIP", "optional": true } ], |