From f354081af994d297c3e7f0d868be4305c5967259 Mon Sep 17 00:00:00 2001 From: Tyler Chamberlain Date: Tue, 21 May 2024 13:43:12 -0500 Subject: [PATCH] Auto-Updater v2.12r - Respect silent startup - Allow for dependencies list as just script relpath strings --- data/packages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/packages.php b/data/packages.php index 60910b8..8ded3b5 100644 --- a/data/packages.php +++ b/data/packages.php @@ -578,9 +578,9 @@ "lua/auto-updater" => [ "type" => "library", "author" => "hexarobi", - "version" => "2.11r", + "version" => "2.12r", "files" => [ - "lib/auto-updater.lua" => "raw.githubusercontent.com/calamity-inc/stand-lua-auto-updater/fcc95a6929aa6f87bb8ae8f1cae8e18db25c7049/auto-updater.lua", + "lib/auto-updater.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-auto-updater/b644a777fa83ac48295f5beecce21e39117ec74f/auto-updater.lua", ], ], "lua/NovaScript" => [