Update to 8.48.0.51

This commit is contained in:
Daniel Berteaud 2019-07-02 10:30:03 +02:00
parent c5160ca284
commit d89ee205cf
4 changed files with 5 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,5 +1,5 @@
package : fws-skype
version : 8.45.0.41-2
version : 8.48.0.51-2
architecture : all
section : base
priority : optional

View File

@ -45,6 +45,7 @@ def update_package():
filecopyto('skype-temp.exe', 'Skype-%s.exe' % new_version)
control.version = '%s-%s' % (new_version,0)
control.maturity = 'PREPROD'
control.save_control_to_wapt('.')
remove_file('skype-temp.exe')