- [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:11:36 +08:00 коммит произвёл GitHub
Родитель 44556b963b
Коммит 631ef1b607
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArtifexSoftware/mupdf
REF "${VERSION}"
SHA512 8109630f4dba31ff05458b69626c99ab36ddd47be42c03dd1f3962bf2be5d520be97a1c7e97a72307faa57a96c1ff50e8e3a593c519e47e5eb71897e7e373825
SHA512 248340d2cde5d97b4ccfabbdf5e8f2080dba6233031fa384dcfdb98022ecfd7d7feebe38b19f9b94c2768bfef41c361417c73240ea7f8a458c6b9ea9cfedf665
HEAD_REF master
PATCHES
dont-generate-extract-3rd-party-things.patch

Просмотреть файл

@ -1,7 +1,6 @@
{
"name": "libmupdf",
"version": "1.22.1",
"port-version": 1,
"version": "1.23.11",
"description": "a lightweight PDF, XPS, and E-book library",
"homepage": "https://github.com/ArtifexSoftware/mupdf",
"license": "AGPL-3.0-only",

Просмотреть файл

@ -4645,8 +4645,8 @@
"port-version": 0
},
"libmupdf": {
"baseline": "1.22.1",
"port-version": 1
"baseline": "1.23.11",
"port-version": 0
},
"libmysql": {
"baseline": "8.0.34",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea6f82cee63a1056bfa2d88f5e7d0dbee3f64a5f",
"version": "1.23.11",
"port-version": 0
},
{
"git-tree": "06c0e6bccfaf2ab9f729bfc79318da68cb4897dc",
"version": "1.22.1",