tis-sketchup-make
17.2.2555-13
SketchUp is a 3D modeling computer program for a wide range of drawing applications such as architectural,
3303 downloads
Download
See build result See VirusTotal scan

- package : tis-sketchup-make
- name : SketchUp Make 2017
- version : 17.2.2555-13
- categories : Utilities
- maintainer : WAPT Team,Tranquil IT,Kenan KILICARSLAN
- editor : Trimble
- licence : Freeware or Commercial
- locale : en
- target_os : windows
- impacted_process : SketchUp,Style Builder,LayOut
- architecture : x64
- signature_date : 2024-10-19 11:01
- size : 176.67 Mo
- installed_size : 651.90 Mo
- homepage : https://www.sketchup.com/
- depends :
package : tis-sketchup-make
version : 17.2.2555-13
architecture : x64
section : base
priority : optional
name : SketchUp Make 2017
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Kenan KILICARSLAN
description : SketchUp is a 3D modeling computer program for a wide range of drawing applications such as architectural,
depends : tis-vcredist2015-2022
conflicts :
maturity : PROD
locale : en
target_os : windows
min_wapt_version : 2.0
sources : https://www.sketchup.com/sketchup/2017/en/sketchupmake-2017-2-2555-90782-en-x64-exe
installed_size : 651902720
impacted_process : SketchUp,Style Builder,LayOut
description_fr : SketchUp est un logiciel de modélisation 3D, d'animation et de cartographie orienté vers l'architecture.
description_pl : SketchUp to program komputerowy do modelowania 3D, przeznaczony do szerokiej gamy zastosowań rysunkowych, np. architektonicznych,
description_de : SketchUp ist ein 3D-Modellierungsprogramm für eine breite Palette von Zeichenanwendungen wie z. B. Architektur,
description_es : SketchUp es un programa informático de modelado en 3D para una amplia gama de aplicaciones de dibujo, como la arquitectura,
description_pt : SketchUp é um programa informático de modelação 3D para uma vasta gama de aplicações de desenho, tais como arquitectura,
description_it : SketchUp è un programma di modellazione 3D per un'ampia gamma di applicazioni di disegno, come quelle architettoniche,
description_nl : SketchUp is een 3D modelleer computerprogramma voor een breed scala aan tekenapplicaties zoals architectuur,
description_ru : SketchUp - это компьютерная программа для 3D-моделирования, предназначенная для широкого спектра чертежных приложений, таких как архитектурные,
audit_schedule :
editor : Trimble
keywords : 3D,modele,graphic,design,drawing
licence : Freeware or Commercial
homepage : https://www.sketchup.com/
package_uuid : c7135224-12a2-4c15-90c9-02316a3233f0
valid_from :
valid_until :
forced_install_on :
changelog : https://help.sketchup.com/en/sketchup/older-release-notes
min_os_version : 6.1
max_os_version :
icon_sha256sum : a9a3fc6d21cb2d4ac403f59cf59552638fbb018a86137082c7d9c913753a422d
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2024-10-19T11:01:06.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 : mZgDGNNFiL5UOwjuvUElJmcfl0/ew1cs8x1x0lqgLzG9FK+HG1/y4qja1AAgRJuGROygQjI1Uvu39Gxi1XIpFQtgOkTzM+S5S9dsfdd7Lg4ezypgNSSNX9AT4TK6SjaH5CeU+L/YojqZM478ySpKqscC9/NeEJ987wVyD0G2vkqcZBNlxLzlGsVXOKW/TKFrXdULFOxm/fyFbfPaP31dHiohsOzAhyqiWQAlT26iNcw6fh4fm05uW0Gk5TlGVCqQnSQOttc4LkYXIlU2L9eTOOx00+dadgGQJAbeBeH7mkrSj2KXMBS7fjHamZLUSMuMSX8SYEmNPkNn4K/stXwgfg==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
for uninstall in installed_softwares("sketchup"):
print("Uninstall %s" % uninstall["name"])
cmd = uninstall_cmd(uninstall["key"])
run(cmd)
print("installing Sketchup")
install_msi_if_needed(
"SketchUp2017-x64.msi",
)
remove_desktop_shortcut("LayOut 2017")
remove_desktop_shortcut("Style Builder 2017")
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
download_url = "http://srvtemplates.ad.tranquil.it/binary_cache/SketchUp2017-x64-en.msi"
latest_bin = "SketchUp2017-x64.msi"
sha256 = "06e54a92ac4c822f5274a4a1ea5816fd7f1fed9858adffaf97054e04b9e0c5dc"
wget(download_url, latest_bin, sha256=sha256)
06e54a92ac4c822f5274a4a1ea5816fd7f1fed9858adffaf97054e04b9e0c5dc : SketchUp2017-x64.msi
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
b219a625acd60a7e26c8472753e0c62b488546a84a4c25b344159e8afe32d4b2 : WAPT/control
a9a3fc6d21cb2d4ac403f59cf59552638fbb018a86137082c7d9c913753a422d : WAPT/icon.png
2800f4ad97ef74941cc4a8de33f1ad2b557d818b05c4bd39e517b685f6dbc2d8 : luti.json
25eba43b57c5ba554127511b38248709bcfa130494a0b6575495f47e06d52ffa : setup.py
4fb45379ac83046a8f0a710be7050c2dc6907e87d51f1e7db2691e474dcea84d : update_package.py