[palsigslot] Update to 1.2.2 (#32069)

* Update palsigslot to 1.2.2

* Update CI baseline

* Add license

* Update CI baseline

* Add back HEAD_REF

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2023-06-22 07:15:42 +02:00 committed by GitHub
parent c6d3ab2735
commit 76e68f2de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO palacaze/sigslot
REF v1.2.1
SHA512 cd79985a09ad41562dc8e582d30bc9df0fdc9409ee3676919b56d0d70a6c1af9414587b61977d2fa2ba763ef8df65b30c7b7dc883629e016660baeb998e708f5
REF "v${VERSION}"
SHA512 ed8614d9c2e418259b1bce6d0a528b54939700876969c5e8dfcfc466c167690180cb18324602f83d521c79dcba2565e5317647416b70cf8773860ab956d9b62f
HEAD_REF master
)
@ -22,4 +22,4 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/lib"
)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,8 +1,9 @@
{
"name": "palsigslot",
"version": "1.2.1",
"version": "1.2.2",
"description": "A header-only, thread safe implementation of signal-slots for C++.",
"homepage": "https://github.com/palacaze/sigslot",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -6145,7 +6145,7 @@
"port-version": 1
},
"palsigslot": {
"baseline": "1.2.1",
"baseline": "1.2.2",
"port-version": 0
},
"pango": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "db0f38f4ec93dc19183222e89759d4355733e75f",
"version": "1.2.2",
"port-version": 0
},
{
"git-tree": "dd7ff9df2ee3a39656ab22a6fc6f210afa843513",
"version": "1.2.1",