From 4b8b610df205523b87eba09897aeacf3135d1b68 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 1 Jul 2023 10:48:55 -0600 Subject: [PATCH] cargo,rustc: update the abrowser stack for 115 build. --- helpers/make-cargo | 6 +++--- helpers/make-rustc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helpers/make-cargo b/helpers/make-cargo index dc9bf86..254cf96 100644 --- a/helpers/make-cargo +++ b/helpers/make-cargo @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzmán +# Copyright (C) 2023 Luis Guzmán # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,8 +18,8 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main' -REPOKEY=A6DCF7707EBC211F +EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/build-support/ubuntu $UPSTREAM main' +REPOKEY=9BDB3D89CE49EC21 BACKPORTS=true . ./config diff --git a/helpers/make-rustc b/helpers/make-rustc index be63f34..7bfe859 100644 --- a/helpers/make-rustc +++ b/helpers/make-rustc @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzmán +# Copyright (C) 2023 Luis Guzmán # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,8 +22,8 @@ ## VERSION=1 -EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main' -REPOKEY=A6DCF7707EBC211F +EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/build-support/ubuntu $UPSTREAM main' +REPOKEY=9BDB3D89CE49EC21 BACKPORTS=true . ./config