plex-media-player: update to 2.20.0.909.

This commit is contained in:
Rasmus Thomsen 2018-10-03 18:39:54 +02:00 committed by maxice8
parent 8a8bc85f25
commit 30f2b560a1
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'plex-media-player'
pkgname=plex-media-player
version=2.19.1.904
version=2.20.0.909
revision=1
_commit_rev=f679df4f
_commit_rev=46413dd1
wrksrc="plex-media-player-${version}-${_commit_rev}"
build_style=cmake
configure_args="-DQTROOT="${XBPS_CROSS_BASE}/usr" -DFULL_GIT_REVISION=${_commit_rev}"
@ -15,7 +15,7 @@ maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="LGPL-2.1-or-later"
homepage="https://github.com/plexinc/plex-media-player"
distfiles="https://github.com/plexinc/plex-media-player/archive/v${version}-${_commit_rev}.tar.gz"
checksum=e634296bf51ae7c67729b5fc6371cc3c2da771a4ffcd4f1a9086e9e94c41e940
checksum=2ae666a1488f694f38acae0f223fbae8cab7f46b0937e0b9523e4d4e36866d8c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-host-tools"