diff options
| author | Michael Heyman <mheyman@gmail.com> | 2021-10-11 13:19:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 10:19:49 -0700 |
| commit | 4ce045cdc24d31a38d2a9b02b5e16b30d4d9947b (patch) | |
| tree | d26852b3e20aa01d3720514c1a19e6f4914bb926 /ports/activemq-cpp/vcpkg.json | |
| parent | 6ff166cc3e7242a4be699d9c847a834c0d981223 (diff) | |
| download | vcpkg-4ce045cdc24d31a38d2a9b02b5e16b30d4d9947b.tar.gz vcpkg-4ce045cdc24d31a38d2a9b02b5e16b30d4d9947b.zip | |
[activemq-cpp] support linux (#19789)
@PhoebeHui
> * I think we need a discussion about unofficial being in the namespace
I still want to discuss this
Diffstat (limited to 'ports/activemq-cpp/vcpkg.json')
| -rw-r--r-- | ports/activemq-cpp/vcpkg.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/activemq-cpp/vcpkg.json b/ports/activemq-cpp/vcpkg.json index f950dba67..9a804bf4b 100644 --- a/ports/activemq-cpp/vcpkg.json +++ b/ports/activemq-cpp/vcpkg.json @@ -1,9 +1,9 @@ { "name": "activemq-cpp", - "version-string": "3.9.5", - "port-version": 4, + "version-semver": "3.9.5", + "port-version": 5, "description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.", - "supports": "!(uwp | linux | osx)", + "supports": "!(uwp | osx)", "dependencies": [ "apr" ] |
