From c308980e0443de03c9572569a5d62b1278910c34 Mon Sep 17 00:00:00 2001 From: cvladan Date: Tue, 31 Jan 2023 14:00:21 +0100 Subject: [PATCH 1/4] Please add amazing SwiftSearch tool Homepage: https://swiftsearch.sourceforge.io/ Licence: Creative Commons Attribution Non-Commercial License V2.0 (CC BY-NC) Licence identifier from [SPDX](https://spdx.org/licenses/) is CC-BY-NC-2.0. I hope everything is properly prepared. I've done a lot of research and **this is still the best tool for the job**. If you are interested, check out: https://notes.cvladan.com/treasury/windows/windows-searching-for-files/. Author: Mehrdad N. Hash: sha256 --- bucket/swiftsearch.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/swiftsearch.json diff --git a/bucket/swiftsearch.json b/bucket/swiftsearch.json new file mode 100644 index 00000000000000..b6cf8fda2f9bb3 --- /dev/null +++ b/bucket/swiftsearch.json @@ -0,0 +1,18 @@ +{ + "version": "7.5.1", + "description": "Hyper-fast search tool that, given admin privileges, bypasses the file system and directly reads the NTFS file table to quickly find files by filename in a simple UI.", + "homepage": "https://swiftsearch.sourceforge.io/", + "license": { + "identifier": "CC-BY-NC-2.0", + "url": "https://spdx.org/licenses/CC-BY-NC-2.0.html" + }, + "url": "https://sourceforge.net/projects/swiftsearch/files/latest/download", + "hash": "7240d73e6272ec63a155f1d024ef5b9801a6342e7da8b7e80e076ffea9ff63e8", + "bin": "SwiftSearch.exe", + "shortcuts": [ + [ + "SwiftSearch.exe", + "SwiftSearch" + ] + ] +} From 1233e822dd07e4b4811536ec6b8552de3affd4f8 Mon Sep 17 00:00:00 2001 From: cvladan Date: Wed, 1 Feb 2023 13:45:51 +0100 Subject: [PATCH 2/4] Fix hash field I guess this is now a valid hash field value. --- bucket/swiftsearch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/swiftsearch.json b/bucket/swiftsearch.json index b6cf8fda2f9bb3..cc369ce63670dd 100644 --- a/bucket/swiftsearch.json +++ b/bucket/swiftsearch.json @@ -7,7 +7,7 @@ "url": "https://spdx.org/licenses/CC-BY-NC-2.0.html" }, "url": "https://sourceforge.net/projects/swiftsearch/files/latest/download", - "hash": "7240d73e6272ec63a155f1d024ef5b9801a6342e7da8b7e80e076ffea9ff63e8", + "hash": "sha256:7240d73e6272ec63a155f1d024ef5b9801a6342e7da8b7e80e076ffea9ff63e8", "bin": "SwiftSearch.exe", "shortcuts": [ [ From ebaa30b9a646dc34207b53383e666d3aaaf5fb81 Mon Sep 17 00:00:00 2001 From: cvladan Date: Mon, 6 Feb 2023 12:29:46 +0100 Subject: [PATCH 3/4] Update swiftsearch.json Fixed --- bucket/swiftsearch.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/bucket/swiftsearch.json b/bucket/swiftsearch.json index cc369ce63670dd..057de1eca66697 100644 --- a/bucket/swiftsearch.json +++ b/bucket/swiftsearch.json @@ -6,13 +6,17 @@ "identifier": "CC-BY-NC-2.0", "url": "https://spdx.org/licenses/CC-BY-NC-2.0.html" }, - "url": "https://sourceforge.net/projects/swiftsearch/files/latest/download", - "hash": "sha256:7240d73e6272ec63a155f1d024ef5b9801a6342e7da8b7e80e076ffea9ff63e8", - "bin": "SwiftSearch.exe", + "url": "https://sourceforge.net/projects/swiftsearch/files/Version 7.5.1/SwiftSearch.exe/download#/swiftsearch.exe", + "hash": "3e89ec01a2bc4b6aca43525a769055afed816a6fe1ece0606aa91193d0a08aa5", + "bin": "swiftsearch.exe", "shortcuts": [ [ - "SwiftSearch.exe", + "swiftsearch.exe", "SwiftSearch" ] - ] + ], + "checkver": "sourceforge", + "autoupdate": { + "url": "https://sourceforge.net/projects/swiftsearch/files/Version $version/SwiftSearch.exe/download" + } } From c0b40c50236173074a3093d105a6affe949bc8f3 Mon Sep 17 00:00:00 2001 From: cvladan Date: Mon, 6 Feb 2023 12:58:44 +0100 Subject: [PATCH 4/4] Update swiftsearch.json Added "rename-fragment" to auto-update URL --- bucket/swiftsearch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/swiftsearch.json b/bucket/swiftsearch.json index 057de1eca66697..7f9d6677405a0f 100644 --- a/bucket/swiftsearch.json +++ b/bucket/swiftsearch.json @@ -17,6 +17,6 @@ ], "checkver": "sourceforge", "autoupdate": { - "url": "https://sourceforge.net/projects/swiftsearch/files/Version $version/SwiftSearch.exe/download" + "url": "https://sourceforge.net/projects/swiftsearch/files/Version $version/SwiftSearch.exe/download#/swiftsearch.exe" } }