From: Peter van Dijk Date: Fri, 28 Oct 2022 14:01:01 +0000 (+0200) Subject: upgrade to auth-4.7 X-Git-Tag: dnsdist-1.8.0-rc1~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e71ce4c386e47adc64bfd5307e0d37b08bee4ffc;p=thirdparty%2Fpdns.git upgrade to auth-4.7 --- 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':