Skip to content

Commit

Permalink
Merge pull request #2090 from mariux64/fix-swig-3012
Browse files Browse the repository at this point in the history
swig: fix SRCURL
  • Loading branch information
wwwutz authored Apr 22, 2021
2 parents 5cb7010 + 0a19f82 commit 162d361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions swig.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION swig-3.0.12-0
# BEE_VERSION swig-3.0.12-1

SRCURL[0]="https://downloads.sourceforge.net/swig/swig-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://downloads.sourceforge.net/swig/swig-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/82133dfa7bba75ff9ad98a7046be687c/swig-3.0.12.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit 162d361

Please sign in to comment.