Merge pull request #4919 from heitbaum/bump-x265

x265: fix download link
This commit is contained in:
CvH 2021-01-11 17:19:29 +01:00 committed by GitHub
commit fbf8d72114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
PKG_NAME="x265"
PKG_VERSION="3.4"
PKG_SHA256="c2047f23a6b729e5c70280d23223cb61b57bfe4ad4e8f1471eeee2a61d148672"
PKG_SHA256="1a430f3a793982d4e0762d67dc2d49f308bf28a8bba4f2d42fea3340e33e9e31"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://www.videolan.org/developers/x265.html"
PKG_URL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKG_VERSION}.tar.gz"
PKG_URL="https://bitbucket.org/multicoreware/x265_git/get/${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="x265 is a H.265/HEVC video encoder application library"
PKG_TOOLCHAIN="make"