From 869c88690ddf9fe3f2abe0d6d599e07c6869bc58 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Fri, 27 Aug 2021 11:29:07 -0500 Subject: [PATCH] Fix debian repo update for khronos-api --- helpers/make-khronos-api | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/make-khronos-api b/helpers/make-khronos-api index bbfa2338..7b1d80b9 100644 --- a/helpers/make-khronos-api +++ b/helpers/make-khronos-api @@ -17,13 +17,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 -EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main' +VERSION=2 +EXTERNAL='deb-src http://ftp.debian.org/debian stable main' REPOKEY=04EE7237B7D453EC BACKPORT=true . ./config -changelog "Backported from debian old stable backports" +changelog "Backported from debian stable as a wine dependency" compile -- GitLab