From 9714d6ff3cf55a032aac51ab8cfd2e0941273865 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mar 30 2021 10:55:50 +0000 Subject: Switch to F34 runtime and sources --- diff --git a/thunderbird.yaml b/thunderbird.yaml index 8f37c3b..1c2e8e6 100644 --- a/thunderbird.yaml +++ b/thunderbird.yaml @@ -10,13 +10,13 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f33] - flatpak-runtime: [f33] - platform: [f33] + flatpak-common: [f34] + flatpak-runtime: [f34] + platform: [f34] requires: - flatpak-common: [f33] - flatpak-runtime: [f33] - platform: [f33] + flatpak-common: [f34] + flatpak-runtime: [f34] + platform: [f34] profiles: default: rpms: @@ -25,9 +25,9 @@ data: rpms: mozilla-filesystem: rationale: Runtime dependency - ref: f33 + ref: f34 thunderbird: rationale: Application package - ref: f33 + ref: f34 buildorder: 10 ...