Skip to content

Commit

Permalink
Merge pull request #1690 from mariux64/fix-srcurl-traceroute
Browse files Browse the repository at this point in the history
traceroute: fix SRCURL
  • Loading branch information
wwwutz authored Feb 13, 2020
2 parents d388291 + c3fde73 commit 3e3cac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions traceroute.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION traceroute-2.1.0-0

SRCURL[0]="https://downloads.sourceforge.net/traceroute/traceroute-${PKGVERSION}.tar.gz"
# BEE_VERSION traceroute-2.1.0-1

#SRCURL[0]="https://downloads.sourceforge.net/traceroute/traceroute-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/84d329d67abc3fb83fc8cb12aeaddaba/traceroute-2.1.0.tar.gz"
# PATCHURL+=()

build_in_sourcedir
Expand Down

0 comments on commit 3e3cac3

Please sign in to comment.