diff --git a/WAPT/control b/WAPT/control index 9b0292c..6dbb707 100644 --- a/WAPT/control +++ b/WAPT/control @@ -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 : \ No newline at end of file diff --git a/ccsetup557_slim.exe b/ccsetup557_slim.exe deleted file mode 100644 index 319ced4..0000000 --- a/ccsetup557_slim.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67f9af41f940bb7141c333854ce5895d3902b02c17cfe22db8f412dc7e9c2958 -size 17394152 diff --git a/ccsetup559_slim.exe b/ccsetup559_slim.exe new file mode 100644 index 0000000..6fe05e0 --- /dev/null +++ b/ccsetup559_slim.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0dd8dfe998ec8a8c363d4ad49adb2f2d9ee053035d584afa17f0e2b6c12a5e +size 17488800 diff --git a/setup.py b/setup.py index 68f2493..e9fc799 100644 --- a/setup.py +++ b/setup.py @@ -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())