From ba55feb200e90f065775702dc53155b30ac56902 Mon Sep 17 00:00:00 2001 From: Nik Date: Sat, 25 Mar 2023 14:47:09 +0100 Subject: [PATCH] plugins: Added Extra Hashes plugin to database --- plugins/extra-hashes.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/extra-hashes.json diff --git a/plugins/extra-hashes.json b/plugins/extra-hashes.json new file mode 100644 index 0000000..051cede --- /dev/null +++ b/plugins/extra-hashes.json @@ -0,0 +1,13 @@ +{ + "name": "Extra Hashes", + "desc": "Plugin adding many extra hash functions", + "author": "WerWolv", + "versions": { + "v1.27.0": { + "windows": { + "url": "https://github.com/WerWolv/ImHex-Hashes-Plugin/releases/download/v1.0.0/extra_hashes-windows.hexplug", + "hash": "a6113762463d5823b6f3e17d82a00aee2efadc6525c94265b7b8e4deca90e70e" + } + } + } +} \ No newline at end of file