diff --git a/package/gluon-autoupdater/check_site.lua b/package/gluon-autoupdater/check_site.lua index 3eb2e721..f02d34c8 100644 --- a/package/gluon-autoupdater/check_site.lua +++ b/package/gluon-autoupdater/check_site.lua @@ -6,7 +6,7 @@ local function check_branch(k, _) local prefix = string.format('autoupdater.branches[%q].', k) need_string(prefix .. 'name') - need_string_array(prefix .. 'mirrors') + need_string_array_match(prefix .. 'mirrors', '^http://') need_number(prefix .. 'good_signatures') need_string_array_match(prefix .. 'pubkeys', '^%x+$') end