mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:15:11 +08:00
[pocketpy] update to 1.4.5 (#38268)
- [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:
parent
6c87aab05c
commit
c36185e9c5
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pocketpy/pocketpy
|
||||
REF "v${VERSION}"
|
||||
SHA512 e0c4b70727d47ae0b26c520528ffadfe63a8986b674f12b91260f42ae25975af4f64dfd71e056e7627d35b10eddcd34b396ca3b01c931f5bb8a4b15431da5426
|
||||
SHA512 8c0b773fa6b113a7ef5bdf20837e46e61e17ed257c052e31c8bf08e88a911482b5617091c85f62d77f6145d8713c7ae08d70ce9f438f253ce21fb850520f0bcf
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pocketpy",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.5",
|
||||
"description": "pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C++17 with STL.",
|
||||
"homepage": "https://github.com/pocketpy/pocketpy",
|
||||
"license": "MIT",
|
||||
|
@ -6865,7 +6865,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pocketpy": {
|
||||
"baseline": "1.4.3",
|
||||
"baseline": "1.4.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"poco": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "49a3114662f030acfda6162c385c04725e93a733",
|
||||
"version": "1.4.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e6201adac8d1d96a89ff044aedea7a76f1c324fd",
|
||||
"version": "1.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user