Skip to content

Commit

Permalink
memreduct: Update to version 3.5
Browse files Browse the repository at this point in the history
Version 3.5 is in 7z format, before that it was zip.
  • Loading branch information
Supremesir authored Dec 20, 2024
1 parent dc0f966 commit 6866474
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions bucket/memreduct.json
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"
}
}
}

0 comments on commit 6866474

Please sign in to comment.