Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA committed Jul 23, 2024
1 parent 7bcd0ac commit f1f0ad2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 144 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (WIN32 OR SESE_AUTO_VCPKG)
sese_auto_find_vcpkg()
endif ()

project(sese VERSION 2.2.0)
project(sese VERSION 2.2.1)
set(CMAKE_CXX_STANDARD 17)

set(SESE_REPO_HASH "UNKNOWN")
Expand Down
138 changes: 0 additions & 138 deletions package/ports/sese/001-fix-fmt-error.patch

This file was deleted.

6 changes: 2 additions & 4 deletions package/ports/sese/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTRESS_DIR}/sese)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsese/sese
REF "2.2.0"
SHA512 6a87cabe6cbd69ab41de85be27ff397c1ae49f95c11151a27e8b9329afe4ff3b580084be53c129e883be50e13fadccb3b6cc1eed833c44ce4f8457dedc71b758
PATCHES
001-fix-fmt-error.patch
REF 7bcd0ac0f18b97a76b1c26b9c44fc49941afd3d5
SHA512 c6e7aae3cafa8cb428f95cfc935dff82e5ac51d0a5117edb095bd53a2611f7b84044922d39950baadaae826696409319cf46f34246219b4a48d3ca477e08090a
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sese",
"version": "2.2.0",
"version": "2.2.1",
"description": "A cross-platform framework for basic components.",
"homepage": "https://github.com/libsese/sese",
"license": "Apache-2.0",
Expand Down

0 comments on commit f1f0ad2

Please sign in to comment.