From 9fde6c9d45a72431baa6587ab840f71019f42410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 10 Jun 2024 17:51:48 +0200 Subject: [PATCH] Stop setting the format for explicit tar.gz source --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ee81ff5..ae08853 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,7 +67,6 @@ ram.runtime = "50M" [resources.sources.ldap_plugin] url = "https://github.com/kipjr/ldap_login/archive/refs/tags/13.8.0.tar.gz" sha256 = "ecb05399eb26de0ef5301fb09d47af9e83732ff6c65ac7703d17104a8f3547c9" - format = "zip" autoupdate.upstream = "https://github.com/kipjr/ldap_login" autoupdate.strategy = "latest_github_release"