-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 3.5 is in 7z format, before that it was zip.
- Loading branch information
1 parent
dc0f966
commit 6866474
Showing
1 changed file
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"version": "3.5", | ||
"description": "Lightweight, real-time memory management application to monitor and clean system memory.", | ||
"homepage": "https://github.com/henrypp/memreduct", | ||
"license": "GPL-3.0-or-later", | ||
"url": "https://github.com/henrypp/memreduct/releases/download/v.3.5/memreduct-3.5-bin.7z", | ||
"hash": "55bd8ee186536f26c69ac9615da8f63d4b9b6c0a7b27b2723f755a0858a7c957", | ||
"architecture": { | ||
"64bit": { | ||
"extract_dir": "memreduct\\64" | ||
}, | ||
"32bit": { | ||
"extract_dir": "memreduct\\32" | ||
}, | ||
"arm64": { | ||
"extract_dir": "memreduct\\arm64" | ||
} | ||
}, | ||
"pre_install": "if (!(Test-Path \"$persist_dir\\memreduct.ini\")) { Set-Content \"$dir\\memreduct.ini\" '[memreduct]', 'CheckUpdates=false' -Encoding Ascii }", | ||
"bin": "memreduct.exe", | ||
"shortcuts": [ | ||
[ | ||
"memreduct.exe", | ||
"Mem Reduct" | ||
] | ||
], | ||
"persist": "memreduct.ini", | ||
"checkver": { | ||
"github": "https://github.com/henrypp/memreduct", | ||
"regex": "tag/v\\.([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/henrypp/memreduct/releases/download/v.$version/memreduct-$version-bin.zip", | ||
"hash": { | ||
"url": "$baseurl/memreduct-$version.sha256" | ||
} | ||
} | ||
} | ||
{ | ||
"version": "3.5", | ||
"description": "Lightweight, real-time memory management application to monitor and clean system memory.", | ||
"homepage": "https://github.com/henrypp/memreduct", | ||
"license": "GPL-3.0-or-later", | ||
"url": "https://github.com/henrypp/memreduct/releases/download/v.3.5/memreduct-3.5-bin.7z", | ||
"hash": "55bd8ee186536f26c69ac9615da8f63d4b9b6c0a7b27b2723f755a0858a7c957", | ||
"architecture": { | ||
"64bit": { | ||
"extract_dir": "memreduct\\64" | ||
}, | ||
"32bit": { | ||
"extract_dir": "memreduct\\32" | ||
}, | ||
"arm64": { | ||
"extract_dir": "memreduct\\arm64" | ||
} | ||
}, | ||
"pre_install": "if (!(Test-Path \"$persist_dir\\memreduct.ini\")) { Set-Content \"$dir\\memreduct.ini\" '[memreduct]', 'CheckUpdates=false' -Encoding Ascii }", | ||
"bin": "memreduct.exe", | ||
"shortcuts": [ | ||
[ | ||
"memreduct.exe", | ||
"Mem Reduct" | ||
] | ||
], | ||
"persist": "memreduct.ini", | ||
"checkver": { | ||
"github": "https://github.com/henrypp/memreduct", | ||
"regex": "tag/v\\.([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/henrypp/memreduct/releases/download/v.$version/memreduct-$version-bin.7z", | ||
"hash": { | ||
"url": "$baseurl/memreduct-$version.sha256" | ||
} | ||
} | ||
} |