Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neohtop: Add version 1.1.2 #14478

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a2e291e
i2pd browser 1.3.3
Slach Oct 31, 2023
695a498
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Nov 23, 2023
e8f6aa4
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Dec 4, 2023
7470bd3
Merge branch 'master' of github.com:Slach/scoop-extras-bucket
Slach Dec 25, 2023
974a48b
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Dec 25, 2023
42e8f59
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Dec 26, 2023
ccfacd0
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 19, 2024
a665e45
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 21, 2024
7b4a5e6
Merge branch 'master' of github.com:Slach/scoop-extras-bucket
Slach Jan 21, 2024
bf379d0
remove url to allow pass check
Slach Jan 21, 2024
5ce7db1
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jul 20, 2024
f2b1d00
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jul 31, 2024
d970e08
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Oct 25, 2024
4b4e24d
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Nov 29, 2024
61d67a8
add neohtop 1.1.1
Slach Nov 29, 2024
e2a3202
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 9, 2025
4d6ff51
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 22, 2025
b8f3b0c
Merge branch 'master' of github.com:ScoopInstaller/Extras
Slach Jan 27, 2025
2e4babf
Merge branch 'master' into add_neohtop
Slach Jan 27, 2025
a1d2609
fix review comment https://github.com/ScoopInstaller/Extras/pull/1447…
Slach Jan 27, 2025
f40ecf8
neohtop update to 1.1.2
Slach Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions bucket/neohtop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "1.1.2",
"description": "htop on steroids",
"homepage": "https://github.com/Abdenasser/neohtop",
"license": "MIT",
"url": "https://github.com/Abdenasser/neohtop/releases/download/v1.1.2/NeoHtop_1.1.2_x64.exe#/NeoHtop.exe",
"hash": "c83a88feed0c9eb7f23b02b67ebbade436a06524445155eb83b702895c2d19b9",
"bin": "NeoHtop.exe",
"shortcuts": [
[
"NeoHtop.exe",
"NeoHtop"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Abdenasser/neohtop/releases/download/v$version/NeoHtop_$version_x64.exe"
}
}