From 578c3cf67835ccff5a0eeb9358913f2f56ebf0c4 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Fri, 15 Dec 2023 12:47:15 +0000 Subject: [PATCH] don't use release tarball work around https://github.com/intel/libva/issues/781 --- recipes/libva/all/conandata.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libva/all/conandata.yml b/recipes/libva/all/conandata.yml index 5079df1ebd286..9d81026ba273d 100644 --- a/recipes/libva/all/conandata.yml +++ b/recipes/libva/all/conandata.yml @@ -1,4 +1,4 @@ sources: "2.20.0": - url: "https://github.com/intel/libva/releases/download/2.20.0/libva-2.20.0.tar.bz2" - sha256: "f72bdb4f48dfe71ad01f1cbefe069672a2c949a6abd51cf3c4d4784210badc49" + url: "https://github.com/intel/libva/archive/refs/tags/2.20.0.tar.gz" + sha256: "117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60"