tis-hedgewars
Silent install package for tis-hedgewars
1.0.0-0
- package: tis-hedgewars
- version: 1.0.0-0
- maintainer: Simon Fonteneau
- locale: all
- target_os: windows
- architecture: all
- signature_date:
- size: 177.42 Mo
package : tis-hedgewars
version : 1.0.0-0
architecture : all
section : base
priority : optional
name :
categories :
maintainer : Simon Fonteneau
description : Hedgewars
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.0
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 : 21ba14a8-eabd-4e47-bf1b-bf954a807251
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 974f17cd9542ad9b58ff4b22060b06c9f23bc97fee7edeb19d068992be671995
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2026-02-08T00:12:13.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 : B0qazgt+MDtFT4g4a120UcQMOI8MPOAkMUnUcQt6+NwPVtJ03LAYpUvgk1GtqvnAHf76ChMvYaFDFT4TOjng8UpMbYZpmDH5sLGTTIsALNbPppCS08h2OavPlbr5DT43WQXLwf3MvguWa5t4VOar3uyJtaMkn/JwNbNnxR0DztRtcwmjiF9NbpyuZokvc/6pqrQeXt67UseANBJRH2npNVHAfpJDoCcp4+0O1cvwjgwJabbx/Vl5Mkd0xjtlTBsNFWNYP1lej1tfQ5Mmdkw/7vhQ/Y9gOPpKl4B/3RJBleEtYuX1uBUAROGK7bX5qCOC8h4kmWBkv+/1dY6Np5bGRg==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
versionpaquet = control["version"].split("-", 1)[0]
print("installing smp-hedgewars-win32")
install_exe_if_needed("hedgewars-%s.exe" % versionpaquet, "/S", key="hedgewars", min_version=versionpaquet)
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
proxies = {}
if isfile(makepath(application_data(), "waptconsole", "waptconsole.ini")):
proxywapt = inifile_readstring(makepath(user_local_appdata(), "waptconsole", "waptconsole.ini"), "global", "http_proxy")
if proxywapt:
proxies = {"http": proxywapt, "https": proxywapt}
lastestversion = wgets("https://www.hedgewars.org/download.html", proxies=proxies).split(".exe")[0].split("Hedgewars-")[-1]
if not isfile("hedgewars-%s.exe" % lastestversion):
wget("https://www.hedgewars.org/download/releases/Hedgewars-%s.exe" % lastestversion, "hedgewars-%s.exe" % lastestversion, proxies=proxies)
for exe in glob.glob("*.exe"):
if exe != "hedgewars-%s.exe" % lastestversion:
remove_file(exe)
pe = PackageEntry()
pe.load_control_from_wapt(os.getcwd())
pe.version = lastestversion + "-0"
pe.save_control_to_wapt(os.getcwd())
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
f209f5a3837aaa489ab70f7bf05fd8e197af5d27776103e93ad66dddc985e645 : WAPT/control
974f17cd9542ad9b58ff4b22060b06c9f23bc97fee7edeb19d068992be671995 : WAPT/icon.png
cbbdbfcc560313234d08c8d445a8e81137e958dc7b4a67802671aa6407b5ba83 : hedgewars-1.0.0.exe
7a2e81d07ff4d47a726ca17de9037687edb64485f7dd453cca9f0ea6c79d64b9 : luti.json
d39166cbeec2c703d6b9c7d11518830701f93ed652b7f892e1ae9c446f70111c : setup.py
d4b9e237c7cb2b41285d2a211ffc8aacfcc38063c19fd70e24433f785917b7d3 : update_package.py