[mujs] update to 1.3.4 (#37306)

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
This commit is contained in:
Jia Yue Hua 2024-03-12 04:10:07 +08:00 committed by GitHub
parent f7d80c9780
commit e87380dbf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ccxvii/mujs
REF "${VERSION}"
SHA512 ccffb04171f7ecec2cfa6f0e59859acc911836370a648e4c6703db174631ce316413a64ebf4b32eea3d3b09221ff01861cda91f4b1b9bebf495168f26f90daf5
SHA512 0806684be5e6dc3cb7305355ab7c7babbfd3fd5bbd22515659a88a82c25f3f4b6af14f7ca07bacd154823b19110b749bba68311c9f317dd684e0fd5628ece573
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "mujs",
"version": "1.3.2",
"port-version": 1,
"version": "1.3.4",
"description": "An embeddable Javascript interpreter in C",
"homepage": "https://github.com/ccxvii/mujs",
"license": "ISC",

View File

@ -5913,8 +5913,8 @@
"port-version": 1
},
"mujs": {
"baseline": "1.3.2",
"port-version": 1
"baseline": "1.3.4",
"port-version": 0
},
"munit": {
"baseline": "2019-04-06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "53b186c7b1e38b01d6b6aa138d30c9d12358013a",
"version": "1.3.4",
"port-version": 0
},
{
"git-tree": "3a32c06c1b96616c36a255e3a0883b406281be3a",
"version": "1.3.2",