From ddfa3da25e807a33f28d9395f84f5f234e8d19b0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 4 Apr 2023 17:02:23 +0200 Subject: [PATCH] manifest: fix regex syntax for source autoupdate --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4d8a685..102007e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,9 +46,9 @@ ram.runtime = "50M" armhf.sha256 = "07c678c29dea633fe7e372c48cebe1876bfc43b0f7abbd88a55318587994750c" autoupdate.strategy = "latest_github_release" - autoupdate.asset.arm64 = "dispatch_*_linux_arm64.tar.gz" - autoupdate.asset.amd64 = "dispatch_*_linux_x64.tar.gz" - autoupdate.asset.armhf = "dispatch_*_linux_armv7.tar.gz" + autoupdate.asset.arm64 = "dispatch_.*_linux_arm64.tar.gz" + autoupdate.asset.amd64 = "dispatch_.*_linux_x64.tar.gz" + autoupdate.asset.armhf = "dispatch_.*_linux_armv7.tar.gz" [resources.ports]