From 17c44ea93d30a89d8a932f10c89a4c3e7b474f20 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 28 Mar 2023 01:23:20 +0530 Subject: [PATCH] libva-glx: update to 2.18.0. --- srcpkgs/libva-glx/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template index 2e484992700..4c299577993 100644 --- a/srcpkgs/libva-glx/template +++ b/srcpkgs/libva-glx/template @@ -4,10 +4,10 @@ # # libva -> mesa -> libva # -# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva". +# NOTE: keep this pkg synchronized with libva and the minor version with libva-utils # pkgname=libva-glx -version=2.17.0 +version=2.18.0 revision=1 build_style=meson configure_args="-Dwith_glx=yes -Dwith_wayland=yes" @@ -18,8 +18,8 @@ maintainer="Orphaned " license="MIT" homepage="https://01.org/linuxmedia/vaapi" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" -distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" -checksum=8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001 +distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz" +checksum=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438 post_install() { # We are only interested in the glx component, remove everything else.