From afaf76468c99f4826a3901b6a3433dc378275716 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 29 Nov 2021 18:31:39 +0000 Subject: [PATCH] 3rdParty/libsmackerdec: Bump version The only new commit is https://github.com/diasurgical/libsmackerdec/commit/792527435722151aff1a5b11f0862b957563d10b --- 3rdParty/libsmackerdec/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/libsmackerdec/CMakeLists.txt b/3rdParty/libsmackerdec/CMakeLists.txt index 16c4a8869..f07372fda 100644 --- a/3rdParty/libsmackerdec/CMakeLists.txt +++ b/3rdParty/libsmackerdec/CMakeLists.txt @@ -2,8 +2,8 @@ include(FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(libsmackerdec - URL https://github.com/diasurgical/libsmackerdec/archive/2b9247f2c72fea5e2992888f7f29cd7f6d790b35.tar.gz - URL_HASH MD5=a34396cfe21a166de331ae714c5449cb + URL https://github.com/diasurgical/libsmackerdec/archive/792527435722151aff1a5b11f0862b957563d10b.tar.gz + URL_HASH MD5=8e970b75c3c273be07c64addfa292522 ) FetchContent_MakeAvailableExcludeFromAll(libsmackerdec)