From 48a5d14f51494f58796ff4aeac8782764ce800c3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 18 2020 17:39:37 +0000 Subject: Switch to F33 runtime and sources --- diff --git a/filezilla.yaml b/filezilla.yaml index 47dbf9b..c92534f 100644 --- a/filezilla.yaml +++ b/filezilla.yaml @@ -6,21 +6,21 @@ data: description: >- FileZilla is a FTP, FTPS and SFTP client for Linux with a lot of features. - Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) - Cross-platform - - Available in many languages - Supports resume and transfer of large files >4GB - - Easy to use Site Manager and transfer queue - Drag & drop support - Speed limits - - Filename filters - Network configuration wizard + - Available in many languages - Supports resume and transfer of large files greater + than 4GB - Easy to use Site Manager and transfer queue - Drag & drop support - + Speed limits - Filename filters - Network configuration wizard license: module: - MIT dependencies: - buildrequires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] requires: - flatpak-common: [f32] - flatpak-runtime: [f32] - platform: [f32] + flatpak-common: [f33] + flatpak-runtime: [f33] + platform: [f33] profiles: default: rpms: @@ -29,21 +29,18 @@ data: rpms: filezilla: rationale: Application package - ref: f32 + ref: f33 buildorder: 10 libfilezilla: rationale: Runtime dependency - ref: f32 + ref: f33 libstorj: rationale: Runtime dependency - ref: f32 + ref: f33 libuv: rationale: Runtime dependency - ref: f32 - pugixml: - rationale: Runtime dependency - ref: f32 + ref: f33 xdg-utils: rationale: Runtime dependency - ref: f32 + ref: f33 ...