From 9b384af4264fc11f61096194f21fee173da1c0dc Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 10 Apr 2023 23:25:27 -0400 Subject: [PATCH] Update to F38 --- devhelp.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devhelp.yaml b/devhelp.yaml index 946310b..0df0313 100644 --- a/devhelp.yaml +++ b/devhelp.yaml @@ -11,13 +11,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f37] - flatpak-runtime: [f37] - platform: [f37] + flatpak-common: [f38] + flatpak-runtime: [f38] + platform: [f38] requires: - flatpak-common: [f37] - flatpak-runtime: [f37] - platform: [f37] + flatpak-common: [f38] + flatpak-runtime: [f38] + platform: [f38] profiles: default: rpms: @@ -28,7 +28,7 @@ data: rpms: devhelp: rationale: Application package - ref: f37 + ref: f38 buildorder: 10 arches: [aarch64, x86_64] ...