Skip to content

Commit

Permalink
swig: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Apr 20, 2021
1 parent f7ad791 commit 0a19f82
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 0a19f82

Please sign in to comment.