multimedia/mpv: Updated for version 0.34.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbc7984d4c
commit
1477b185b3
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2015 John Vogel Corning, NY USA
|
||||
# Copyright 2017,2018 (versions 0.25.0-0.29.1) Andreas Guldstrand
|
||||
# Copyright 2020-2021 Christoph Willing Brisbane Australia
|
||||
# Copyright 2020-2022 Christoph Willing Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mpv
|
||||
VERSION=${VERSION:-0.34.0}
|
||||
VERSION=${VERSION:-0.34.1}
|
||||
WAF_VERSION=${WAF_VERSION:-2.0.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="mpv"
|
||||
VERSION="0.34.0"
|
||||
VERSION="0.34.1"
|
||||
HOMEPAGE="https://mpv.io/"
|
||||
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.34.0/mpv-0.34.0.tar.gz \
|
||||
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.34.1/mpv-0.34.1.tar.gz \
|
||||
https://waf.io/waf-2.0.20"
|
||||
MD5SUM="14cd51160f41aee105d2b9d572bd8974 \
|
||||
MD5SUM="b5c76f9a7ce3a19a445869ffd9871d12 \
|
||||
eb0cd320fc8838971cfa735ad78f6de8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue