5 lines
198 B
Python
5 lines
198 B
Python
#!/usr/bin/env python
|
|
|
|
NODE_VERSION = 'v0.11.10'
|
|
BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
|
|
LIBCHROMIUMCONTENT_COMMIT = 'fe05f53f3080889ced2696b2741d93953e654b49'
|