Skip to content

Commit

Permalink
[immer] update to 0.8.1 (#34216)
Browse files Browse the repository at this point in the history
  • Loading branch information
altschuler authored Oct 4, 2023
1 parent 101296f commit e2f81f7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 26 deletions.
19 changes: 0 additions & 19 deletions ports/immer/fix-ExportConfigVersion.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/immer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arximboldi/immer
REF "v${VERSION}"
SHA512 fc34242d36efdb9faa1f22ccc7591c1ace34c2b383e1266a290346baedc154e3d4a682d6dd5094460b75e123347194710072e996d19165cc5fd23c922fdfc4e8
SHA512 3a9aafeb5daad1881d00fb999b78f86b1c8f0e8ef2d6befe9025d8eea10392557ce7186f14878b36cbce0f2f5d38c8ffb39c9115a9496803acfc0ef2289f5cbf
HEAD_REF master
PATCHES
fix-ExportConfigVersion.patch # Upstream PR https://github.com/arximboldi/immer/pull/250 has been merged, this patch need to be removed in next update.
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
3 changes: 1 addition & 2 deletions ports/immer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "immer",
"version": "0.8.0",
"port-version": 1,
"version": "0.8.1",
"description": "Postmodern immutable and persistent data structures for C++",
"homepage": "https://sinusoid.es/immer/",
"license": "BSL-1.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3425,8 +3425,8 @@
"port-version": 1
},
"immer": {
"baseline": "0.8.0",
"port-version": 1
"baseline": "0.8.1",
"port-version": 0
},
"implot": {
"baseline": "0.16",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/immer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9495490d64d82334b0cf687ceb2ba810d14b7755",
"version": "0.8.1",
"port-version": 0
},
{
"git-tree": "e133c376f7ef7d4e7c8b78245b70231e8df5b601",
"version": "0.8.0",
Expand Down

0 comments on commit e2f81f7

Please sign in to comment.