tis-glary-utilities

6.20.0.24-2
Includes over 20+ system utilities to improve your computer performance.
4874 downloads
Download
See build result See VirusTotal scan
tis-glary-utilities icon
  • package : tis-glary-utilities
  • name : Glary Utilities
  • version : 6.20.0.24-2
  • categories : Utilities
  • maintainer : WAPT Team,Tranquil IT,Pierre Cosson
  • editor : Glarysoft
  • licence : proprietary
  • locale : all
  • target_os : windows
  • impacted_process : Integrator
  • architecture : all
  • signature_date : 2025-01-25 09:15
  • size : 27.75 Mo
  • installed_size : 62.91 Mo
  • homepage : https://www.glarysoft.com/
package           : tis-glary-utilities
version           : 6.20.0.24-2
architecture      : all
section           : base
priority          : optional
name              : Glary Utilities
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,Pierre Cosson
description       : Includes over 20+ system utilities to improve your computer performance.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : https://www.glarysoft.com/
installed_size    : 62910805
impacted_process  : Integrator
description_fr    : Comprend plus de 20 utilitaires système pour améliorer les performances de votre ordinateur
description_pl    : Zawiera ponad 20+ narzędzi systemowych do poprawy wydajności komputera
description_de    : Enthält mehr als 20 Systemdienstprogramme zur Verbesserung der Leistung Ihres Computers
description_es    : Incluye más de 20 utilidades del sistema para mejorar el rendimiento de tu ordenador
description_pt    : Inclui mais de 20+ utilitários de sistema para melhorar o desempenho do seu computador
description_it    : Include oltre 20 utility di sistema per migliorare le prestazioni del computer
description_nl    : Bevat meer dan 20+ systeemhulpprogramma's om uw computerprestaties te verbeteren
description_ru    : Включает более 20+ системных утилит для повышения производительности компьютера
audit_schedule    : 
editor            : Glarysoft
keywords          : 
licence           : proprietary
homepage          : https://www.glarysoft.com/
package_uuid      : 2b59ea68-9ede-4e72-8b8b-05b6d7713891
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 35e894fee965236bd9c8abffb456c639e678e4c2e340b95c446c99380ef52236
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-01-25T09:15:09.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,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,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : G/qvMwcfFE2smIQhgmtvZc2nEJcA+rA4PvtCSuTzD5KvaPSc7EXraSQTi8koL4razCwEkdFnhfzYzVbBcOCc4bWPl+IpB1TmvdXjimyjsGCSdxoKajcmpJDXJSRc5It6AIr5yOYZs7o94GjwR3bVM7nl55+/mu0tgGqBJN/7F5KuZhs1sSrXYQEOAkDkgNiF8j+bXgaxl97q/F6BCH5tPwwuaS3M/JaerseAAB6FFxaZrJzwLpYl+1ZLcfwMqsFgxzMYZZBC1Ne5EBVUvOskl1klGaxzdM0xgyUD5aPEOeozxnsFzeCs6dZx5fX8JcN8GLI52PDqw+p+mU0QBGw49g==
# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    bin_name = glob.glob("gusetup.exe")[0]

    # Installing the software
    install_exe_if_needed(
        bin_name,
        silentflags="/S",
        key="Glary Utilities",
        min_version=control.get_software_version(),
    )
# -*- coding: utf-8 -*-
from setuphelpers import *
import requests


def update_package():
    # Declaring local variables
    result = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    url = "https://www.glarysoft.com/aff/download.php?s=GU"

    download_url = requests.head(url, allow_redirects=True).url
    latest_bin = download_url.split("/")[-1]

    print("Download URL is: %s" % download_url)

    # Downloading latest binaries
    print("Downloading: %s" % latest_bin)
    wget(download_url, latest_bin, proxies=proxies)
    version = get_version_from_binary(latest_bin)
    control.version = "%s-%s" % (Version(version), control.version.split("-", 1)[-1])

    # control.set_software_version(version)
    control.save_control_to_wapt()

    # Deleting outdated binaries
    remove_outdated_binaries(version)

    # Validating or not update-package-sources
    return result
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 : WAPT/changelog.txt
9346bec7d28e47c9497af910e636a8dc0f9670b070e1d939d1f03068b457af92 : WAPT/control
35e894fee965236bd9c8abffb456c639e678e4c2e340b95c446c99380ef52236 : WAPT/icon.png
eff639c0ee8b59169b84f1df34edbe2cb65a4a0f8d6465d981517436fce7f7f7 : gusetup.exe
01004d369417e69f146c68f5d9a2de9bc688ba332557bfbff29eb160960e9907 : luti.json
ecf1114880a36f6e8add6714b96eeb94448529b08c2d5a8421be00715aa2d153 : setup.py
875bc76300088dc4d0c90533113e743290dcc0703a6d35aa66506e0cc2d0e41a : update_package.py