Update to 5.59.0.7230

This commit is contained in:
Daniel Berteaud 2019-07-05 16:40:52 +02:00
parent 2854a77197
commit a42f492c33
4 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,9 @@
package : fws-ccleaner
version : 5.57.0.7182-2
version : 5.59.0.7230-2
architecture : all
section : base
priority : optional
maintainer : Florent Heuze
maintainer : Daniel Berteaud
description : Clean and optimize Windows
depends :
conflicts :
@ -26,7 +26,7 @@ keywords :
licence :
homepage : http://www.piriform.com/ccleaner/
package_uuid :
signer : Florent Heuze
signer : Daniel Berteaud
signer_fingerprint:
signature_date :
signed_attributes :

BIN
ccsetup557_slim.exe (Stored with Git LFS)

Binary file not shown.

BIN
ccsetup559_slim.exe (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -73,6 +73,7 @@ def update_package():
if Version(vers) > Version(control['version'].split('-',1)[0]):
control.version = vers + '-0'
control.maturity = 'PREPROD'
control.save_control_to_wapt(os.getcwd())