diff --git a/manifest.toml b/manifest.toml index b9aa8a2..be92ec6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]