diff options
author | Adam <adamdharrison@gmail.com> | 2022-10-08 20:46:00 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-10-08 20:46:00 -0400 |
commit | 966d8e29949c696ad003c55923480b6d01c7770b (patch) | |
tree | 47a6278349970389d32c718d4725c0248e2048f4 | |
parent | 1ddbc83c1e6b58a83ecc6c4098df85033bc46c70 (diff) | |
parent | 34a2473dafad37660e30264f58537e267e014581 (diff) | |
download | lite-xl-plugin-manager-966d8e29949c696ad003c55923480b6d01c7770b.tar.gz lite-xl-plugin-manager-966d8e29949c696ad003c55923480b6d01c7770b.zip |
Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-manager
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index d2d1454..e04ef4e 100644 --- a/manifest.json +++ b/manifest.json @@ -13,12 +13,12 @@ { "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.1/lpm.x86_64-linux", "arch": "x86_64-linux", - "checksum": "9c7bc87102d3680f6c6bd3ccd10dba5d4de9a361c45a11e4a22c347500fe9a0f" + "checksum": "fd060d38bbf4d23e56ccc2a2383e1796385cf83b24f9e6ce7fd81eae2571b206" }, { "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.1/lpm.x86_64-windows.exe", "arch": "x86_64-windows", - "checksum": "48deb932f62d11f1eb1c99f853996594270741e8ffb9257537f388fc4f0f5504" + "checksum": "60e614bc1e1abcecde757a1d393e76d091392a78f69f6307b491a05b20f988c0" } ], "dependencies": { |