From ee834bc13acb69999f4d6195d030b1d709f6a9b7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 18 Feb 2023 20:43:27 +0000 Subject: flatpak: update to 1.15.2 --- flatpak/build/flatpak.SlackBuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'flatpak/build/flatpak.SlackBuild') diff --git a/flatpak/build/flatpak.SlackBuild b/flatpak/build/flatpak.SlackBuild index 35f3c2c8..8e6f494c 100755 --- a/flatpak/build/flatpak.SlackBuild +++ b/flatpak/build/flatpak.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2022 Eric Hameleers, Eindhoven, NL +# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -36,6 +36,10 @@ # * Initial build. # 1.14.0-2: 23/nov/2022 by Eric Hameleers # * Add xdg-dbus-proxy as new dep +# 1.15.1-1: 23/nov/2022 by Eric Hameleers +# * Update. +# 1.15.2-1: 18/feb/2023 by Eric Hameleers +# * Update. # # Run 'sh flatpak.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -44,9 +48,9 @@ # ----------------------------------------------------------------------------- PRGNAM=flatpak -VERSION_CUR=1.14.0 +VERSION_CUR=1.15.2 VERSION_150=1.12.7 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad