diff --git a/.travis.yml b/.travis.yml index 535dbb3..42d3afd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ matrix: - python: pypy - python: pypy3 before_install: -- if test -n "$encrypted_5f282b249fcf_key" && test -n "$encrypted_5f282b249fcf_iv"; then - openssl aes-256-cbc -K $encrypted_5f282b249fcf_key -iv $encrypted_5f282b249fcf_iv -in tests/test_data.tar.bz2.enc -out tests/test_data.tar.bz2 -d; +- if test -n "$encrypted_a288ee1b388d_key" && test -n "$encrypted_a288ee1b388d_iv"; then + openssl aes-256-cbc -K $encrypted_a288ee1b388d_key -iv $encrypted_a288ee1b388d_iv -in tests/test_data.tar.bz2.enc -out tests/test_data.tar.bz2 -d; tar jxf tests/test_data.tar.bz2 -C tests; fi install: diff --git a/setup.py b/setup.py index 3138847..daaff59 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def run(self): author = _read_attr('__author__'), author_email = _read_attr('__contact__'), url = 'https://github.com/erocarrera/pefile', - download_url='https://github.com/erocarrera/pefile/releases/download/v2018.8.8/pefile-2018.8.8.tar.gz', + download_url='https://github.com/erocarrera/pefile/releases/download/v2019.4.14/pefile-2019.4.14.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable', diff --git a/tests/test_data.tar.bz2.enc b/tests/test_data.tar.bz2.enc index 6df9dd0..f4c94b2 100644 Binary files a/tests/test_data.tar.bz2.enc and b/tests/test_data.tar.bz2.enc differ