diff --git a/flatpak/rustdesk.json b/flatpak/rustdesk.json index 2418ac2a6..6befd7695 100644 --- a/flatpak/rustdesk.json +++ b/flatpak/rustdesk.json @@ -1,7 +1,7 @@ { "id": "com.rustdesk.RustDesk", "runtime": "org.freedesktop.Platform", - "runtime-version": "24.08", + "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", "command": "rustdesk", "cleanup": ["/include", "/lib/pkgconfig", "/share/gtk-doc"], @@ -23,13 +23,19 @@ }, { "name": "pam", - "buildsystem": "autotools", - "config-opts": ["--disable-selinux"], + "buildsystem": "meson", + "config-opts": ["-Dselinux=disabled"], "sources": [ { "type": "archive", - "url": "https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-1.3.1.tar.xz", - "sha256": "eff47a4ecd833fbf18de9686632a70ee8d0794b79aecb217ebd0ce11db4cd0db" + "url": "https://github.com/linux-pam/linux-pam/releases/download/v1.7.1/Linux-PAM-1.7.1.tar.xz", + "sha256": "21dbcec6e01dd578f14789eac9024a18941e6f2702a05cf91b28c232eeb26ab0", + "x-checker-data": { + "type": "json", + "url": "https://api.github.com/repos/linux-pam/linux-pam/releases/latest", + "version-query": ".tag_name | sub(\"^v\"; \"\")", + "url-query": ".assets[] | select(.name==\"Linux-PAM-\" + $version + \".tar.gz\") | .browser_download_url" + } } ] }, @@ -63,4 +69,4 @@ "--socket=pulseaudio", "--talk-name=org.freedesktop.Flatpak" ] -} \ No newline at end of file +}