Update to 8.71.0.49

This commit is contained in:
Heuze Florent 2021-05-12 14:16:39 +02:00
parent 3d8e8c6850
commit 8bd09a447d
4 changed files with 9 additions and 9 deletions

BIN
Skype-8.71.0.36.exe (Stored with Git LFS)

Binary file not shown.

BIN
Skype-8.71.0.49.exe (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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):