Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@
"cmock"
],
"versions": [
"2.7.0-1",
"2.6.0-1",
"2.5.3-1"
]
Expand Down
8 changes: 4 additions & 4 deletions subprojects/cmock.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = CMock-2.6.0
source_url = https://github.com/ThrowTheSwitch/CMock/archive/refs/tags/v2.6.0.tar.gz
source_filename = CMock-2.6.0.tar.gz
source_hash = 02d1202bf52c6631e180b463887f75f281d68f8713689990a5ce0e4524d98b00
directory = CMock-2.7.0
source_url = https://github.com/ThrowTheSwitch/CMock/archive/refs/tags/v2.7.0.tar.gz
source_filename = CMock-2.7.0.tar.gz
source_hash = d96282cf0286682f7628afc31cf2e3ed6ecb66944d63e098824d98196904f04c

[provide]
cmock = cmock_dep
Expand Down
Loading