Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
iftop: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 9, 2021
1 parent e9c3aa9 commit 9c28c53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iftop.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION iftop-1.1.2-0
# BEE_VERSION iftop-1.1.2-1

SRCURL[0]="https://github.com/wwwutz/iftop/archive/${PKGVERSION}.tar.gz iftop-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/wwwutz/iftop/archive/${PKGVERSION}.tar.gz iftop-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/32da22ba1cda76cdb8d75310575d58b3/iftop-1.1.2.tar.gz"

# EXCLUDE=""

Expand Down

0 comments on commit 9c28c53

Please sign in to comment.