Skip to content

Commit

Permalink
main/flatpak: update to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jan 14, 2025
1 parent 3fb68e2 commit a3653a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/flatpak/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "flatpak"
pkgver = "1.15.10"
pkgver = "1.16.0"
pkgrel = 0
build_style = "meson"
configure_args = [
Expand Down Expand Up @@ -68,7 +68,7 @@
license = "LGPL-2.1-or-later"
url = "https://flatpak.org"
source = f"https://github.com/flatpak/flatpak/releases/download/{pkgver}/flatpak-{pkgver}.tar.xz"
sha256 = "6aa67ca29b4f4da74654888446710b16c9fcfe640c324a51c5025087eecbf42f"
sha256 = "cb0ac565adcb62127c6d11ed50ee7044d6a836fa69c354b2f4b640a22bfa4b2a"
# test runner expects a different env (possible FIXME?)
options = ["!check", "!cross"]

Expand Down

0 comments on commit a3653a2

Please sign in to comment.