libXrandr: update to 1.5.3 and https

This commit is contained in:
Rudi Heitbaum 2022-11-20 21:17:50 +00:00
parent 3867d6738c
commit 9751012337

View File

@ -3,11 +3,11 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libXrandr"
PKG_VERSION="1.5.2"
PKG_SHA256="8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023"
PKG_VERSION="1.5.3"
PKG_SHA256="897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros libX11 libXrender libXext"
PKG_LONGDESC="Xrandr is a simple library designed to interface the X Resize and Rotate Extension."