From 1d5e20a994cb7a884d16f17f62b3e69ff8ebccd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 4 Sep 2023 19:08:40 +0200 Subject: [PATCH] Switch to manifest src handling - take 2 --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 726a954..090a94b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,10 +46,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] autoupdate.strategy = "latest_github_release" - - autoupdate.asset.amd64 = ".*_linux_amd64\.tar\.gz" - autoupdate.asset.arm64 = ".*_linux_arm64\.tar\.gz" - autoupdate.asset.armhf = ".*_linux_armv7\.tar\.gz" + + autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz' + autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz' + autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz' amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_amd64.tar.gz" amd64.sha256 = "2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2"