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:
parent
bbca448d1f
commit
afcda61fee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue