From 6a1e52c94fbd3e5a30e609e6d200ddaa77cb371e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 8 Jan 2023 08:00:29 +0000 Subject: [PATCH] telegram-desktop: fix stable-backport helper source. --- helpers/make-libtgowt | 6 +++--- helpers/make-telegram-desktop | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helpers/make-libtgowt b/helpers/make-libtgowt index be30ede..aa51c55 100644 --- a/helpers/make-libtgowt +++ b/helpers/make-libtgowt @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzman +# Copyright (C) 2023 Luis Guzman # # 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 @@ -17,8 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 -EXTERNAL='deb-src http://ftp.debian.org/debian testing main' +VERSION=4 +EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main' REPOKEY=648ACFD622F3D138 BACKPORT=true diff --git a/helpers/make-telegram-desktop b/helpers/make-telegram-desktop index 8303bc4..f9e977c 100644 --- a/helpers/make-telegram-desktop +++ b/helpers/make-telegram-desktop @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Luis Guzman +# Copyright (C) 2023 Luis Guzman # # 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,7 +18,7 @@ # VERSION=3 -EXTERNAL='deb-src http://ftp.debian.org/debian testing main' +EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main' REPOKEY=648ACFD622F3D138 BACKPORT=true