mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[so5extra] Update to 1.4.1.1 (#20004)
* so5extra updated to the latest version. * Fix for so5extra's manifest format. * so5extra version added to baseline. * Accepting suggestion for so5extra's manifest. * Update for so5extra version in baseline.
This commit is contained in:
parent
4304bada11
commit
7df5a3efef
@ -1,5 +0,0 @@
|
||||
Source: so5extra
|
||||
Version: 1.4.1
|
||||
Homepage: https://github.com/Stiffstream/so5extra
|
||||
Description: A set of additional tools for SObjectizer framework.
|
||||
Build-Depends: sobjectizer
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stiffstream/so5extra
|
||||
REF e03e025b08921c76a650656019a04cf7500620be # v.1.4.1
|
||||
SHA512 0ee7b98d713cf5c8789f3275f96e7e92b33cb8d3c44fd98752c11cab07914cb3b104ccaf346e714afd43e115ef854dccb4d04ea37d9063b20947aa0d514dac52
|
||||
REF 20f4c83ecde1509fbaf337dcf40f2f49dcf2690d # v.1.4.1.1
|
||||
SHA512 a3df042b60afc4c57361b5b3c21f4b7c077f1b0ab7a4d33fda14cc915f10b22a42ef0acbb1c7c8b356ce31ee84f24391164120642faf96235549204c83b40294
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
|
10
ports/so5extra/vcpkg.json
Normal file
10
ports/so5extra/vcpkg.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "so5extra",
|
||||
"version": "1.4.1.1",
|
||||
"description": "A set of additional tools for SObjectizer framework.",
|
||||
"homepage": "https://github.com/Stiffstream/so5extra",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
"sobjectizer"
|
||||
]
|
||||
}
|
@ -5993,7 +5993,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"so5extra": {
|
||||
"baseline": "1.4.1",
|
||||
"baseline": "1.4.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"sobjectizer": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "19014d4bd5c636ba619162dfad251af8142e4843",
|
||||
"version": "1.4.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "393e65540e9e66bdb66333aed31160795f91e220",
|
||||
"version-string": "1.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user