mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/qt-avif-image-plugin: Updated for version 0.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1bd1d1b8c9
commit
4128297f24
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qt-avif-image-plugin
|
||||
|
||||
# Copyright Marek Šrejma, <marek at modweb dot de>, Germany
|
||||
# Copyright 2023 Marek Šrejma, <marek at modweb dot de>, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qt-avif-image-plugin
|
||||
VERSION=${VERSION:-0.5.3}
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qt-avif-image-plugin"
|
||||
VERSION="0.5.3"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="https://github.com/novomesk/qt-avif-image-plugin"
|
||||
DOWNLOAD="https://github.com/novomesk/qt-avif-image-plugin/archive/refs/tags/v0.5.3/qt-avif-image-plugin-0.5.3.tar.gz"
|
||||
MD5SUM="54d08de8720b9caad0cfaaaf649d3f8c"
|
||||
DOWNLOAD="https://github.com/novomesk/qt-avif-image-plugin/archive/refs/tags/v0.6.0/qt-avif-image-plugin-0.6.0.tar.gz"
|
||||
MD5SUM="96a9388689d1ffe0802e30431a68c8bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libavif"
|
||||
|
|
Loading…
Reference in a new issue