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 package : fws-ccleaner
version : 5.57.0.7182-2 version : 5.59.0.7230-2
architecture : all architecture : all
section : base section : base
priority : optional priority : optional
maintainer : Florent Heuze maintainer : Daniel Berteaud
description : Clean and optimize Windows description : Clean and optimize Windows
depends : depends :
conflicts : conflicts :
@ -26,7 +26,7 @@ keywords :
licence : licence :
homepage : http://www.piriform.com/ccleaner/ homepage : http://www.piriform.com/ccleaner/
package_uuid : package_uuid :
signer : Florent Heuze signer : Daniel Berteaud
signer_fingerprint: signer_fingerprint:
signature_date : signature_date :
signed_attributes : 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]): if Version(vers) > Version(control['version'].split('-',1)[0]):
control.version = vers + '-0' control.version = vers + '-0'
control.maturity = 'PREPROD'
control.save_control_to_wapt(os.getcwd()) control.save_control_to_wapt(os.getcwd())