Skip to content

Commit

Permalink
Merge pull request #2535 from mariux64/fix-srcurl-nethogs-086
Browse files Browse the repository at this point in the history
nethogs: fix SRCURL
  • Loading branch information
wwwutz authored Nov 23, 2021
2 parents a4eceee + 43188fe commit 855655a
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 855655a

Please sign in to comment.