tis-zoom

6.5.11.4015-17
Enterprise video conferencing with real-time messaging and content sharing
47027 downloads
Download
See build result See VirusTotal scan
tis-zoom icon
  • package : tis-zoom
  • name : Zoom Client
  • version : 6.5.11.4015-17
  • categories : Messaging
  • maintainer : WAPT Team,Tranquil IT
  • editor : Zoom Video Communications, Inc.
  • licence : proprietary_free,wapt_public
  • locale : all
  • target_os : debian(>=10),ubuntu
  • impacted_process : Zoom
  • architecture : x64
  • signature_date : 2025-08-26 13:06
  • size : 226.45 Mo
  • installed_size : 348.84 Mo
  • homepage : https://zoom.us/
package           : tis-zoom
version           : 6.5.11.4015-17
architecture      : x64
section           : base
priority          : optional
name              : Zoom Client
categories        : Messaging
maintainer        : WAPT Team,Tranquil IT
description       : Enterprise video conferencing with real-time messaging and content sharing
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : debian(>=10),ubuntu
min_wapt_version  : 2.3
sources           : https://zoom.us/download
installed_size    : 348838866
impacted_process  : Zoom
description_fr    : Une visioconférence d'entreprise avec messagerie et partage de contenu en temps réel
description_pl    : Wideokonferencje korporacyjne z przesyłaniem wiadomości w czasie rzeczywistym i udostępnianiem treści
description_de    : Videokonferenzen für Unternehmen mit Messaging und Content Sharing in Echtzeit
description_es    : Videoconferencias para empresas con mensajería en tiempo real y compartición de contenidos
description_pt    : Videoconferência empresarial com mensagens em tempo real e partilha de conteúdos
description_it    : Videoconferenze aziendali con messaggistica e condivisione di contenuti in tempo reale
description_nl    : Enterprise-videoconferencing met real-time messaging en het delen van inhoud
description_ru    : Корпоративные видеоконференции с обменом сообщениями и контентом в режиме реального времени
audit_schedule    : 
editor            : Zoom Video Communications, Inc.
keywords          : zoom,video,conferencing,messaging
licence           : proprietary_free,wapt_public
homepage          : https://zoom.us/
package_uuid      : cc533b5c-6805-42b6-b1c1-d47c9cc3d7e1
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://support.zoom.us/hc/en-us/sections/360008531132-Zoom-Releases-By-Date
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 07e6189e229728d04052abe0386bd7d4da42d38b0c288af28596d7204bdf0810
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-08-26T13:06:19.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         : mA5j1WqYL5EAbetj9gkLYSxhruwfi/dwTylHG65bOZUW7xGLYCtzMMG0iUJo847X0t971zTeeM7uTh92mMCdU9B1ZpOxCpduZ8N8h3pdAxX2Xmuw+MoyWbq34dB1NKJzo92hVfPJY7OE79ssUGvQ+4pxTiXjfC/DPYcJaLGdNJmAxP/8WJGUNYsLvd3KQHMyXQaRwtBUAo6j7VuCfnthPg9pQZOrq4AZooS6AZo9R5OdOl/JqmINMx4PGxt/3opoOGK8KctJW/P6V8oqqn+jSxBCtwyBrPt9M3IabijjeHO4UzCTbwsrYmeLRUjOO2aMUhXh7DC2M4pOXJSlsjDH1A==
# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    install_deb('zoom_amd64.deb')

def uninstall():
    uninstall_apt('zoom')
# -*- coding: utf-8 -*-
from setupdevhelpers import *
import requests

def update_package():
    url_dl = "https://zoom.us/client/latest/zoom_amd64.deb"
    print("Download/Update package content from upstream binary sources")

    # Getting proxy informations from WAPT settings
    proxy = get_proxies_from_wapt_console()

    # Downloading latest binaries
    if isfile("Zoom.pkg"):
        remove_file("Zoom.pkg")

    print("Downloading: zoom_amd64.deb")
    url_dl = requests.head(url_dl,proxies=proxy).headers["Location"]

    version = url_dl.split("/")[-2]

    wget(url_dl, "zoom_amd64.deb", proxies=proxy)

    # Change version of the package

    control.version = "%s-%s" % (version, int(control.version.split("-", 1)[1]) + 1)
    control.save_control_to_wapt(".")
    print("Changing version to " + control.version + " in WAPT\\control")
    print("Update package done. You can now build-upload your package")
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
65381e5d45242141c4d2d0ce18d2c9b98c361409f9806d8f061cb0a36d77656c : WAPT/control
07e6189e229728d04052abe0386bd7d4da42d38b0c288af28596d7204bdf0810 : WAPT/icon.png
768a39463bf4e4d9331cca05238503c6a81a89511f0ec1b6692ffe324fbdf0fc : luti.json
e051fe59c84e1b452b6fab14fb924a2ec6f5de314841e88f2ca750733feb0a78 : setup.py
f2e0872a27ad1d8885902e3ce4c8a299bbe77efc85adb843a31ba59f8968abdc : update_package.py
c28696dce6d01a0f5691d5d19902bb901bcafa62b46e39df7cfc851eba897e51 : zoom_amd64.deb