diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-08-19 07:04:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-19 18:33:48 +0700 |
commit | dcfc09c440a031f47900d58404bf7c6b4735edaa (patch) | |
tree | b34e98a06405f2f9c7a56876f8beb8576137ab31 /system/ostree/ostree.SlackBuild | |
parent | 77fcf64581210db320d60271f01fc66067d54f90 (diff) | |
download | slackbuilds-dcfc09c440a031f47900d58404bf7c6b4735edaa.tar.gz |
system/ostree: Updated for version 2021.3.
Fixes building with gcc >= 11.x
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ostree/ostree.SlackBuild')
-rw-r--r-- | system/ostree/ostree.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ostree/ostree.SlackBuild b/system/ostree/ostree.SlackBuild index e235b3d10e..573513e744 100644 --- a/system/ostree/ostree.SlackBuild +++ b/system/ostree/ostree.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ostree -VERSION=${VERSION:-2019.6} +VERSION=${VERSION:-2021.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |