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

Fix manifest.toml: zip = true -> format = zip

This commit is contained in:
Salamandar 2023-09-24 15:20:15 +02:00 committed by GitHub
parent bbca448d1f
commit afcda61fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,8 @@ ram.runtime = "20M"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/gchq/CyberChef/releases/download/v10.5.2/CyberChef_v10.5.2.zip" url = "https://github.com/gchq/CyberChef/releases/download/v10.5.2/CyberChef_v10.5.2.zip"
sha256 = "a4d47a313d9e79d08775abfde18a08c32b50b4db8fa52261bfddbb785910d0ef" sha256 = "a4d47a313d9e79d08775abfde18a08c32b50b4db8fa52261bfddbb785910d0ef"
format = "zip"
extract = true extract = true
zip = true
in_subdir = false in_subdir = false
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "CyberChef_.*zip" autoupdate.asset = "CyberChef_.*zip"