Skip to content

Commit

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

# BEE_VERSION qwt-6.1.4-0
# BEE_VERSION qwt-6.1.4-1

SRCURL[0]="https://downloads.sourceforge.net/project/qwt/qwt/${PKGVERSION}/qwt-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://downloads.sourceforge.net/project/qwt/qwt/${PKGVERSION}/qwt-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""
SRCURL[0]="https://beehive.molgen.mpg.de/4fb1852f694420e3ab9c583526edecc5/qwt-6.1.4.tar.bz2"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

Expand Down

0 comments on commit d388291

Please sign in to comment.