From 892330735d4eb79fb91cad2c8db672f0db672e2e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 7 Oct 2022 15:10:30 +0200 Subject: [PATCH] Switch to F37 runtime and sources --- devhelp.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devhelp.yaml b/devhelp.yaml index a137358..946310b 100644 --- a/devhelp.yaml +++ b/devhelp.yaml @@ -11,13 +11,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f36] - flatpak-runtime: [f36] - platform: [f36] + flatpak-common: [f37] + flatpak-runtime: [f37] + platform: [f37] requires: - flatpak-common: [f36] - flatpak-runtime: [f36] - platform: [f36] + flatpak-common: [f37] + flatpak-runtime: [f37] + platform: [f37] profiles: default: rpms: @@ -28,7 +28,7 @@ data: rpms: devhelp: rationale: Application package - ref: f36 + ref: f37 buildorder: 10 arches: [aarch64, x86_64] ...