[rsm-bsa] Update to 4.1.0 (#33449)

* update to 4.1.0

* update versions
This commit is contained in:
Ryan McKenzie 2023-08-30 14:02:36 -07:00 committed by GitHub
parent 830b8a9e34
commit 3eab08f474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ryan-rsm-McKenzie/bsa
REF 4.0.3
SHA512 ec8a2aff1c833d7bffd6345ab989bc57137eee3fb2c5b7509027f068783d42d61bcc4b694b53a7961c1c69ee52834efadef9b3c82e1a739c0c5491af75e8dde7
REF 4.1.0
SHA512 c488a4f7cffa59064baafd429cf118a8f8a7b5594a0bd49a0ed468572b37af2e7428a83ad83cc7b13b556744a444cb7b8a4591c7018e49cadb1c5d42ae780f51
HEAD_REF master
)

View File

@ -1,16 +1,13 @@
{
"name": "rsm-bsa",
"version-semver": "4.0.3",
"version-semver": "4.1.0",
"description": "A C++ library for working with the Bethesda archive file format",
"homepage": "https://github.com/Ryan-rsm-McKenzie/bsa",
"documentation": "https://ryan-rsm-mckenzie.github.io/bsa/",
"license": "MIT",
"supports": "!x86 & !osx & !uwp",
"dependencies": [
{
"name": "directxtex",
"platform": "windows"
},
"directxtex",
"lz4",
"rsm-binary-io",
"rsm-mmio",

View File

@ -7297,7 +7297,7 @@
"port-version": 0
},
"rsm-bsa": {
"baseline": "4.0.3",
"baseline": "4.1.0",
"port-version": 0
},
"rsm-mmio": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "56763c1c1befe44030f14704e1be0c05424f039e",
"version-semver": "4.1.0",
"port-version": 0
},
{
"git-tree": "f91c3a5ffa0abe0eb4b3dc47421fb302dd258b05",
"version-semver": "4.0.3",