From e71ce4c386e47adc64bfd5307e0d37b08bee4ffc Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 28 Oct 2022 16:01:01 +0200 Subject: [PATCH] upgrade to auth-4.7 --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 95c9406166..e743cd98a3 100644 --- a/tasks.py +++ b/tasks.py @@ -427,7 +427,7 @@ def ci_make_install(c): def add_auth_repo(c): dist = 'ubuntu' # FIXME take these from the caller? release = 'focal' - version = '44' + version = '47' c.sudo('apt-get install -qq -y curl gnupg2') if version == 'master': -- 2.47.2