Skip to content

Commit

Permalink
neohtop: Update to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 7fdcba8 commit 8babbfa
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions bucket/neohtop.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"##": "NeoHtop",
"version": "1.1.0",
"description": "NeoHtop is a beautiful, lightning-fast cross-platform system monitor.",
"homepage": "https://github.com/Abdenasser/neohtop",
"license": {
"identifier": "MIT",
"url": "https://github.com/Abdenasser/neohtop#MIT-1-ov-file"
},
"url": "https://github.com/Abdenasser/neohtop/releases/download/v1.1.0/NeoHtop_1.1.0_x64.exe",
"hash": "990c0c0f11521583811ea338a3e5022e70e47dd2343b110e59e92734473a4ed7",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Abdenasser/neohtop/releases/download/v$version/NeoHtop_$version_x64.exe"
},
"shortcuts": [
[
"NeoHtop.exe",
"NeoHtop"
]
],
"pre_install": [
"Move-Item \"$dir\\NeoHtop_*.exe\" \"$dir\\NeoHtop.exe\";"
]
"##": "NeoHtop",
"version": "1.1.1",
"description": "NeoHtop is a beautiful, lightning-fast cross-platform system monitor.",
"homepage": "https://github.com/Abdenasser/neohtop",
"license": {
"identifier": "MIT",
"url": "https://github.com/Abdenasser/neohtop#MIT-1-ov-file"
},
"url": "https://github.com/Abdenasser/neohtop/releases/download/v1.1.1/NeoHtop_1.1.1_x64.exe",
"hash": "75f6ea91670bb4888bcb82572967c394570c5cfa7000fc30ea08a16981dfa77a",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Abdenasser/neohtop/releases/download/v$version/NeoHtop_$version_x64.exe"
},
"shortcuts": [
[
"NeoHtop.exe",
"NeoHtop"
]
],
"pre_install": "Move-Item \"$dir\\NeoHtop_*.exe\" \"$dir\\NeoHtop.exe\";"
}

0 comments on commit 8babbfa

Please sign in to comment.