mid-kid
9 years ago
2 changed files with 4 additions and 4 deletions
@ -1,14 +1,14 @@ |
|||||
import "compile/python" |
import "compile/python" |
||||
|
|
||||
name=websocket-client |
name=websocket-client |
||||
version=0.34.0 |
version=0.37.0 |
||||
update_url="https://github.com/liris/$name/releases" |
update_url="https://github.com/liris/$name/releases" |
||||
|
|
||||
dlextract "https://github.com/liris/$name/archive/v$version.tar.gz" \ |
dlextract "https://github.com/liris/$name/archive/v$version.tar.gz" \ |
||||
"d7b222cb75877a5ddd5a0260f09af2e6" |
"8fc57a49ff1c5505cf3484e8209c3b6f" |
||||
header_end |
header_end |
||||
|
|
||||
cd "$name-$version" |
cd "$name-$version" |
||||
compile_python 3.4 |
compile_python 3.5 |
||||
|
|
||||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
Loading…
Reference in new issue