From 4274dc5740011ea9734ae1f8301580c68bc8e4d4 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:51:50 +0200 Subject: [PATCH] Fix package id --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index fe1970d..373202b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 -id = "syncstorage-rs" +id = "syncserver-rs" name = "Firefox SyncStorage" description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances." @@ -47,7 +47,7 @@ ram.runtime = "50M" url = "https://github.com/mozilla-services/syncstorage-rs/archive/acc5524cf361d6abf3aedb73bb54ef3db1b6fda3.tar.gz" sha256 = "52cbd6aa890deee4079463c0f45bb2985891f78114ecbbfacb5387fdc0b806f5" autoupdate.strategy = "latest_github_commit" - autoupdate.force_version = "0.13.7-%Y.%m.%d" + autoupdate.force_version = "0.13.7-%Y%m%d" # This will provision/deprovision a unix system user [resources.system_user]