Skip to content

Commit

Permalink
new re-mock version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jun 20, 2024
1 parent 81a4962 commit 38f4285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ It is strongly recommended checking the [re-blank-plugin](https://github.com/pon

Release notes
-------------
#### 1.7.2 - 2024/06/20

- Updated `re-mock` version (added support for `device_categories`)

#### 1.7.1 - 2023/09/11

- Fixes issue locating RE2DRender and RE2DPreview after SDK 4.4.0 final release
Expand Down
4 changes: 2 additions & 2 deletions cmake/RECMakeOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ set(re-logging_DOWNLOAD_URL_HASH "SHA256=e71898bfb4234505e5714a726139ad21ac0bd17
# Git repo/tag for re-mock
#------------------------------------------------------------------------
set(re-mock_GIT_REPO "https://github.com/pongasoft/re-mock" CACHE STRING "re-mock git repository url")
re_cmake_test_and_set_git_tag(re-mock "v1.5.0")
re_cmake_test_and_set_git_tag(re-mock "v1.6.0")
set(re-mock_DOWNLOAD_URL "${re-mock_GIT_REPO}/archive/refs/tags/${re-mock_GIT_TAG}.zip" CACHE STRING "re-mock download url")
set(re-mock_DOWNLOAD_URL_HASH "SHA256=d0eab4271e148037fda68534a085c9ac453f30c7ceb97f7117a5b7501136bd40" CACHE STRING "re-mock download url hash")
set(re-mock_DOWNLOAD_URL_HASH "SHA256=6879590c88ae318c57ff01e57c322e85ec7f598543cfe4eca99b728600b4b89e" CACHE STRING "re-mock download url hash")

0 comments on commit 38f4285

Please sign in to comment.