plex-media-player: update to 2.23.0.920.

This commit is contained in:
Rasmus Thomsen 2018-12-01 10:48:18 +01:00 committed by maxice8
parent d325819de9
commit 0595321962
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.22.1.917
version=2.23.0.920
revision=1
_commit_rev=2a5a2e01
_commit_rev=5bc1a2e5
wrksrc="plex-media-player-${version}-${_commit_rev}"
build_style=cmake
configure_args="-DQTROOT="${XBPS_CROSS_BASE}/usr" -DFULL_GIT_REVISION=${_commit_rev}"
@ -16,7 +16,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=26e18d7080ad08f7a5a644baaf71a37254c44f318e9879912db62e821b02a7a1
checksum=585cd7b5b1be25baafb23d60c00f7c2763f82f86055eb0285c31affbead0caae
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-host-tools"