Skip to content

Commit

Permalink
nethogs: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Nov 22, 2021
1 parent ab9d96c commit 43188fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nethogs.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/env beesh

# BEE_VERSION nethogs-0.8.6-0
# BEE_VERSION nethogs-0.8.6-1

# https://github.com/raboof/nethogs/releases
SRCURL[0]="https://github.com/raboof/nethogs/archive/refs/tags/v0.8.6.tar.gz nethogs-0.8.5"
# SRCURL[0]="https://github.com/raboof/nethogs/archive/refs/tags/v0.8.6.tar.gz nethogs-0.8.5"
SRCURL[0]="https://beehive.molgen.mpg.de/e7acdcf0fd73975eb8bdf3704c952b2a/nethogs-0.8.5"

#mee_patch() {
# bee_patch
Expand Down

0 comments on commit 43188fe

Please sign in to comment.