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 | |
parent | 77fcf64581210db320d60271f01fc66067d54f90 (diff) |
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')
-rw-r--r-- | system/ostree/ostree.SlackBuild | 2 | ||||
-rw-r--r-- | system/ostree/ostree.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/ostree/ostree.SlackBuild b/system/ostree/ostree.SlackBuild index e235b3d10ef4..573513e744e2 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} diff --git a/system/ostree/ostree.info b/system/ostree/ostree.info index 6e294b63c5b4..7dd9ee41b0d4 100644 --- a/system/ostree/ostree.info +++ b/system/ostree/ostree.info @@ -1,8 +1,8 @@ PRGNAM="ostree" -VERSION="2019.6" +VERSION="2021.3" HOMEPAGE="https://github.com/ostreedev/ostree/" -DOWNLOAD="https://github.com/ostreedev/ostree/releases/download/v2019.6/libostree-2019.6.tar.xz" -MD5SUM="4d00cd2c5bce31b6302c71cbdb2a17eb" +DOWNLOAD="https://github.com/ostreedev/ostree/releases/download/v2021.3/libostree-2021.3.tar.xz" +MD5SUM="a70520dc37d9fdc655a7ff76892496fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |