1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cyberchef_ynh.git synced 2024-09-03 18:16:31 +02:00

add new autoupdate parameters to manifest, correct version number to match upstream's and update sources

This commit is contained in:
oleole39 2023-04-04 05:18:44 +02:00
parent fc6f98a0be
commit fa44ad22e8

View file

@ -4,7 +4,7 @@ id = "cyberchef"
name = "CyberChef"
description.en = "The Cyber Swiss Army Knife - client-side toolbox for data analysis (encoding, encryption, parsing and more)."
description.fr = "Le cyber-couteau suisse - boîte à outils s'executant côté client pour l'analyse de données (encodage, chiffrage, extraction, et plus encore)."
version = "1.0~ynh1"
version = "10.4.0~ynh1"
maintainers = ["oleole39"]
@ -21,7 +21,7 @@ architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "40M"
disk = "50M"
ram.build = "0M"
ram.runtime = "0M"
@ -43,11 +43,13 @@ ram.runtime = "0M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/gchq/CyberChef/releases/download/v9.55.0/CyberChef_v9.55.0.zip"
sha256 = "da55adc790d011f6bf3740e7e704d340351f7e1c8ebd8e7d9dd24aa46562307c"
url = "https://github.com/gchq/CyberChef/releases/download/v10.4.0/CyberChef_v10.4.0.zip"
sha256 = "8485713baeed5fced47e2543b3072032bc9e541d1962b9ee8356b615efa074a2"
extract = true
zip = true
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "CyberChef_.*zip"
[resources.system_user]