mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:33:03 +08:00
[stx] update to 1.0.5 (#37789)
This commit is contained in:
parent
71ed36e8eb
commit
3a5e1be5ca
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO lamarrr/STX
|
||||
REF "v${VERSION}"
|
||||
SHA512 fb4c6bece76a7d2503e6f9c6121cbb011bb6d3765629223952b456f3e4f1c0e3fffd50114ace988fe842ede8ef9243c24680832c334bb8c4dabb55f64f43294f
|
||||
SHA512 3cc06118677f9b43bc79e5719d408af8b4d8e729a4da20ee56431bdb8823e73f7eb4d4f961534d0c7329417d9371ebb1255246fc08a65fd67a7eca2b2b8a99a3
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stx",
|
||||
"version": "0.0.3",
|
||||
"version": "1.0.5",
|
||||
"description": "STX is a collection of libraries and utilities designed to make working with C++ easier and less error-prone.",
|
||||
"homepage": "https://github.com/lamarrr/STX",
|
||||
"license": "MIT",
|
||||
|
@ -8429,7 +8429,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"stx": {
|
||||
"baseline": "0.0.3",
|
||||
"baseline": "1.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"stxxl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5a0886857ee96767f4866d6416bb5d993904c74c",
|
||||
"version": "1.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "030c04f78e98a9dbda976ba51350fb16391781fe",
|
||||
"version": "0.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user