From 389b008c249adecdc4ca4dee167716b6827481c5 Mon Sep 17 00:00:00 2001 From: Igor Mundstein <3512138+IgorMundstein@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:58:20 -0500 Subject: [PATCH] winmemorycleaner: Add version 3.0.2 (#7164) * winmemorycleaner: Add version 3.0.2 * winmemorycleaner: Update to version 3.0.2 * winmemorycleaner: Update to version 3.0.2 * winmemorycleaner: Update to version 3.0.2 * upd --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: HUMORCE --- bucket/winmemorycleaner.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/winmemorycleaner.json diff --git a/bucket/winmemorycleaner.json b/bucket/winmemorycleaner.json new file mode 100644 index 0000000000..4e06c0e031 --- /dev/null +++ b/bucket/winmemorycleaner.json @@ -0,0 +1,23 @@ +{ + "version": "3.0.2", + "description": "Portable RAM cleaner using native Windows APIs to release memory.", + "homepage": "https://github.com/IgorMundstein/WinMemoryCleaner", + "license": { + "identifier": "GPL-3.0-or-later", + "url": "https://github.com/IgorMundstein/WinMemoryCleaner/blob/main/LICENSE" + }, + "notes": "Requires .NET Framework 4.x runtime.", + "url": "https://github.com/IgorMundstein/WinMemoryCleaner/releases/download/3.0.2/WinMemoryCleaner.exe", + "hash": "5dcaa33af0034ac8f40c8109d5c46858de4f8ed53b9989e7a8cb59ed7cb4dc6d", + "bin": "WinMemoryCleaner.exe", + "shortcuts": [ + [ + "WinMemoryCleaner.exe", + "WinMemoryCleaner" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/IgorMundstein/WinMemoryCleaner/releases/download/$version/WinMemoryCleaner.exe" + } +}