Skip to content

Commit

Permalink
Merge pull request #1578 from mariux64/fix-srcurl-gbdfed
Browse files Browse the repository at this point in the history
gbdfed: srcurl dead - use local copy
  • Loading branch information
wwwutz authored Jan 13, 2020
2 parents 2088c80 + fb21e4c commit 4da35ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gbdfed.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION gbdfed-1.6-0
# BEE_VERSION gbdfed-1.6-1

SRCURL[0]="https://www.math.nmsu.edu/~mleisher/Software/gbdfed/gbdfed-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://www.math.nmsu.edu/~mleisher/Software/gbdfed/gbdfed-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/5a1668adfc2afa435feda5e3737ceaee/gbdfed-1.6.tar.gz"

PATCHURL[0]=""
# PATCHURL[0]=""

# BEE_CONFIGURE=compat

Expand Down

0 comments on commit 4da35ae

Please sign in to comment.