From bb6e35712809c9cbd733c3e8f0c6fd40ae2af8c4 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 30 Oct 2020 12:58:14 -0400 Subject: [PATCH] Fetch mumble from groovy fixes boot delay --- helpers/make-mumble | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/make-mumble b/helpers/make-mumble index 37886fbb..6d8fbe59 100644 --- a/helpers/make-mumble +++ b/helpers/make-mumble @@ -17,14 +17,14 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" +VERSION=2 +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu groovy main universe' +REPOKEY="871920D1991BC93C" BACKPORT=true . ./config -changelog "Backported from Focal" +changelog "Backported from groovy" compile -- GitLab