From 8bd09a447da5a6b3265b9b1b2a41af2d264abd90 Mon Sep 17 00:00:00 2001 From: Heuze Florent Date: Wed, 12 May 2021 14:16:39 +0200 Subject: [PATCH] Update to 8.71.0.49 --- Skype-8.71.0.36.exe | 3 --- Skype-8.71.0.49.exe | 3 +++ WAPT/control | 8 ++++---- setup.py | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 Skype-8.71.0.36.exe create mode 100644 Skype-8.71.0.49.exe diff --git a/Skype-8.71.0.36.exe b/Skype-8.71.0.36.exe deleted file mode 100644 index ea22ce6..0000000 --- a/Skype-8.71.0.36.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1ad37dd3b843dfeeda92460dd81983473a5cf8671bc210be7db37120bf3b96c -size 80749672 diff --git a/Skype-8.71.0.49.exe b/Skype-8.71.0.49.exe new file mode 100644 index 0000000..3ca531f --- /dev/null +++ b/Skype-8.71.0.49.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42d62914b588b6cb82641d09c76999d5db5271e753498dc8269230520783197 +size 80735624 diff --git a/WAPT/control b/WAPT/control index 9a9e2f8..29447dc 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-skype -version : 8.71.0.36-3 +version : 8.71.0.49-2 architecture : all section : base priority : optional @@ -31,13 +31,13 @@ editor : Microsoft keywords : licence : Proprietary homepage : -package_uuid : 9b3c052b-5aa8-4314-96b1-80941bad2a8e +package_uuid : 69cd0b67-61db-4cbf-ab42-5d5a4136d500 valid_from : valid_until : forced_install_on : changelog : signer : Heuze Florent signer_fingerprint: 609cb7b3556c1468082b757d212d7416fbcb4e13b1b54497d32647ac6c57f567 -signature : e/HqzEC/4R/pFCjc1EwAJcdwHKpye7cGE1aSei+EXyCBJdn4Hm9yY44V+qlQnLG3gZgA1ucewu4KGhEFJz5GD0RT2uHKTLreHCUe32YN+pwYB7Ixbdu5nRWl1SCKJEo5/LXbF3AW1KpM1BTZN8OqZgS7MySZKUkRmeq/rcwYopzX3S09EEXUdjMxQ87CCECwR/OBirXCc6bP/5kloZdF0itA+s1imf5riTSjtFgGVYKpX7daoxFFu+wsvo8pmyAd1SP+Oz5+0p+q2BK915zEwlLlj44iASsbp186spnnL24JhYqG8tm5DfagiEnypn1XVqw2JyOyroBy0dQ5C5kHJg== -signature_date : 2021-04-23T14:02:21.981000 +signature : hHdM+jItuJpNK0+Xj63SxnI7V9ACh/jHd8101CsvGbw285dJWN64epkNsa10XfQq9wPEJ6qjCHkNr8RB54WzhDA73QGmtLjXsN42SLsm9WxZqwIijikBjkb5oT7CZu9uqi0/hhEdKqCeWZhLGo6GFfbS4yVuTXXcUnGhkO6jlubIJpah5OrWpwxTGnzjROH/68Z3eW01U7+iYjT/je3LUpGbLQOAjQIaJwJPwHIlwNeETYa39IhTmHazx6BMKJa4mRt1MXUw1igOTuRviMydU0Cdifq9jrRV/NbgTEBNyZ+YK/NK0UJiX2VHKSXqlkanICKx2wTGdKka5/MgRFfWOg== +signature_date : 2021-05-12T13:16:41.257000 signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,signer,signer_fingerprint,signature_date,signed_attributes \ No newline at end of file diff --git a/setup.py b/setup.py index 4d3de94..cc51fd4 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ def install(): def session_setup(): print('Disable Skype self update') - # Not very elegant, butwhen skype tries to update by itself, it just + # Not very elegant, but when skype tries to update by itself, it just # ask for admin privs, preventing users to run it. There's no switch to turn - # the update off. The only way I could find is..... to create a directory + # the update off. The only way is to create a directory # named like the setup file, so the setup file can't be created skype_setup = makepath(user_appdata(),'Microsoft','Skype for Desktop','Skype-Setup.exe') if isfile(skype_setup):