From fa0e50e2fb8d3e3894bbdc1ec4f17a0041e961ee Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 5 Dec 2018 17:52:17 +0100 Subject: [PATCH] libva-utils: Update version from 1.8.2 to 2.3.0 The project moved to GitHub, so update the source URL. [1]: https://github.com/intel/libva-utils/blob/master/NEWS --- libva-utils.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libva-utils.be0 b/libva-utils.be0 index a44721e3b..d4d8c8a96 100755 --- a/libva-utils.be0 +++ b/libva-utils.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libva-utils-1.8.2-0 +# BEE_VERSION libva-utils-2.3.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://www.freedesktop.org/software/vaapi/releases/libva/libva-utils-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/intel/libva-utils/archive/${PKGVERSION}.zip libva-utils-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.