Skip to content

Commit

Permalink
tcl: fix SRCURL
Browse files Browse the repository at this point in the history
- hopefully more reliable
  • Loading branch information
wwwutz committed Nov 18, 2019
1 parent 2b7a926 commit d7ccf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcl.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION tcl-8.6.9-0
# BEE_VERSION tcl-8.6.9-1

# more info: https://www.tcl.tk
# http://linuxfromscratch.org/blfs/view/svn/general/tcl.html

SRCURL[0]="https://prdownloads.sourceforge.net/tcl/tcl${PKGVERSION}-src.tar.gz"
SRCURL[0]="https://downloads.sourceforge.net/tcl/tcl${PKGVERSION}-src.tar.gz"

BEE_BUILDTYPE=autotools

Expand Down

0 comments on commit d7ccf21

Please sign in to comment.