Skip to content

Commit

Permalink
Upgraded winzip-32 version
Browse files Browse the repository at this point in the history
  • Loading branch information
lenosisnickerboa committed Jul 24, 2022
1 parent 5fd2bc1 commit fc6ae8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devtools/windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ IMG_HOME_URL="http://www.tcl.tk/starkits/"
IMG_URL="http://www.tcl.tk/starkits/img.kit"
IMG_VERSION="1.3"
WGET_HOME_URL="https://www.gnu.org/software/wget"
WGET_URL="https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip"
WGET_VERSION="1.20.3-win32"
WGET_URL="https://eternallybored.org/misc/wget/releases/wget-1.21.3-win32.zip"
WGET_VERSION="1.21.3-win32"

all: wget tclkit sdx img unzip

Expand Down
4 changes: 2 additions & 2 deletions src/contribs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ set windows_unzip_url "ftp://ftp.info-zip.org/pub/infozip/win32/unz600xn.exe"
set windows_img_version "1.3"
set windows_img_home_url "http://www.tcl.tk/starkits/"
set windows_img_url "http://www.tcl.tk/starkits/img.kit"
set windows_wget_version "1.20.3-win32"
set windows_wget_version "1.21.3-win32"
set windows_wget_home_url "https://www.gnu.org/software/wget"
set windows_wget_url "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip"
set windows_wget_url "https://eternallybored.org/misc/wget/releases/wget-1.21.3-win32.zip"
set linux_metamod_version "1.11.0-git1148"
set linux_metamod_home_url "http://www.metamodsource.net/"
set linux_metamod_url "https://mms.alliedmods.net/mmsdrop/1.11/mmsource-1.11.0-git1148-linux.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion src/version.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# The next line is executed by /bin/sh, but not tcl \
exec wish "$0" ${1+"$@"}

set version "2.15"
set version "2.16"

0 comments on commit fc6ae8c

Please sign in to comment.