From 47531264b30a1682b2f896e2e534c31c5d0a7c00 Mon Sep 17 00:00:00 2001 From: Bradley Austin Davis Date: Sun, 22 Sep 2019 22:59:04 -0700 Subject: [PATCH] [basisu] Updating with latest upstream changes (#8289) --- ports/basisu/CONTROL | 2 +- ports/basisu/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/basisu/CONTROL b/ports/basisu/CONTROL index 77b3891a17..e8b19db221 100644 --- a/ports/basisu/CONTROL +++ b/ports/basisu/CONTROL @@ -1,5 +1,5 @@ Source: basisu -Version: 1.11-1 +Version: 1.11-2 Homepage: https://github.com/BinomialLLC/basis_universal Description: Basis Universal is a supercompressed GPU texture and video compression format that outputs a highly compressed intermediate file format (.basis) that can be quickly transcoded to a wide variety of GPU texture compression formats. Build-Depends: lodepng diff --git a/ports/basisu/portfile.cmake b/ports/basisu/portfile.cmake index 6dfb2ba1f2..892026cbda 100644 --- a/ports/basisu/portfile.cmake +++ b/ports/basisu/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jherico/basis_universal - REF d303a93f48606829378dd413142d5e1ea744021c - SHA512 aeb29f60904eb19840748a1d6b1b11cd61828362df06c8715d59c7c1556bcd5f78b962dd02bf738249277346a357d2d0f53e0432015eee74978416a1e7e68272 + REF b0ec54562c215b2f9ed6d54dcaaca9d762d4aff3 + SHA512 27ceb6076c79991639c16bd56a1f81f03fad6d6b4b0184f3f3b594bb163509525e03a7d5f1ba068d186f9cbba677e52972e0b364f4369eadf507fca6e6c60820 HEAD_REF master )