Skip to content

Commit

Permalink
htop: Update to version 3.3.0
Browse files Browse the repository at this point in the history
remove unneeded mkdir
new feature I/O Tab
  • Loading branch information
david committed Apr 24, 2024
1 parent 9861d90 commit c2d2159
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions htop.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION htop-3.0.1-0
# BEE_VERSION htop-3.3.0-0

# SRCURL[0]="https://github.com/htop-dev/htop/archive/${PKGVERSION}.tar.gz htop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/c09908bacb5e22454715547aed88c3af/htop-3.0.1.tar.gz"
#SRCURL[0]="https://github.com/htop-dev/htop/archive/${PKGVERSION}.tar.gz htop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/637c7ef47b812884c340acc56ead2376/htop-3.3.0.tar.gz"

# PATCHURL+=()

Expand All @@ -17,7 +17,6 @@ SRCURL[0]="https://beehive.molgen.mpg.de/c09908bacb5e22454715547aed88c3af/htop-3

mee_patch() {
bee_patch "${@}"
mkdir m4
autoreconf --install --force
}

Expand Down

0 comments on commit c2d2159

Please sign in to comment.