allpy
changeset 1131:1b5e12fe96a7
pair-cores/web: use stable branch of wt-classes
branch 1.4 is 1.4.0 (previously used) + bugfixes
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Thu, 10 Jan 2013 19:53:07 +0400 |
parents | b4b6cfe02285 |
children | 0596fc8cd846 |
files | pair_cores/web/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/pair_cores/web/Makefile Thu Jan 10 19:28:03 2013 +0400 1.2 +++ b/pair_cores/web/Makefile Thu Jan 10 19:53:07 2013 +0400 1.3 @@ -46,7 +46,7 @@ 1.4 $(LINK) $(LFLAGS) $^ $(LIBS) -o $@ 1.5 1.6 wc: 1.7 - wget https://bitbucket.org/starius/wt-classes/get/1.4.0.tar.gz -O - | \ 1.8 + wget https://bitbucket.org/starius/wt-classes/get/1.4.tar.gz -O - | \ 1.9 tar -xz 1.10 mkdir -p wc 1.11 cp -a starius-wt-classes-*/* wc