mid-kid
8 years ago
2 changed files with 4 additions and 4 deletions
@ -1,13 +1,13 @@ |
|||||
import 'compile/python' |
import 'compile/python' |
||||
|
|
||||
name=setuptools |
name=setuptools |
||||
version=30.4.0 |
version=32.3.1 |
||||
update_url="https://github.com/pypa/$name/releases" |
update_url="https://github.com/pypa/$name/releases" |
||||
|
|
||||
define_option 'easy_install-symlink: Install the easy_install symlink (it may conflict with python2)' |
define_option 'easy_install-symlink: Install the easy_install symlink (it may conflict with python2)' |
||||
|
|
||||
dlextract "https://github.com/pypa/$name/archive/v$version.tar.gz" \ |
dlextract "https://github.com/pypa/$name/archive/v$version.tar.gz" \ |
||||
'66daca0f27b81ca20a5faa0a70be19e0' |
'8ba8280f8aa4451a7bca68947f09211e' |
||||
header_end |
header_end |
||||
|
|
||||
cd "$name-$version" |
cd "$name-$version" |
@ -1,11 +1,11 @@ |
|||||
import 'compile/python' |
import 'compile/python' |
||||
|
|
||||
name=streamlink |
name=streamlink |
||||
version=0.1.0 |
version=0.2.0 |
||||
update_url="https://github.com/$name/$name/releases" |
update_url="https://github.com/$name/$name/releases" |
||||
|
|
||||
dlextract "https://github.com/$name/$name/releases/download/$version/$name-$version.tar.gz" \ |
dlextract "https://github.com/$name/$name/releases/download/$version/$name-$version.tar.gz" \ |
||||
'3b54a7cfd6538853f9a8e86508e1cce5' |
'fb3139f68f9c4808a591c8cffa7c180a' |
||||
header_end |
header_end |
||||
|
|
||||
cd "$name-$version" |
cd "$name-$version" |
Loading…
Reference in new issue