[basisu] fix vcpkg version, merge upstream fixes (#7836)

This commit is contained in:
Bradley Austin Davis 2019-08-22 14:59:38 -07:00 committed by Curtis J Bezault
parent 9241e6c4b2
commit fcd8a64596
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Source: basisu
Version: 0.0.1-1
Version: 1.11-1
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

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jherico/basis_universal
REF 11aa181a4bbf051475a01a1e73e39bf388819215
SHA512 62d7de6c6ca5e6235c8a377767389a7d5393e05bb5d0c024ce756e77d235132efa48280c9d529b6a91eddf0c906c3c84b6b78fdf339b1a47039b28d04161d2fe
REF d303a93f48606829378dd413142d5e1ea744021c
SHA512 aeb29f60904eb19840748a1d6b1b11cd61828362df06c8715d59c7c1556bcd5f78b962dd02bf738249277346a357d2d0f53e0432015eee74978416a1e7e68272
HEAD_REF master
)