Skip to content

Commit

Permalink
[capstone] update to 5.0.1 (microsoft#34076)
Browse files Browse the repository at this point in the history
* [capstone] update to 5.0.1

* [capstone] update to 5.0.1
  • Loading branch information
jiayuehua authored Sep 29, 2023
1 parent 3b23b4e commit a317017
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/capstone/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO "capstone-engine/capstone"
REF 000561b4f74dc15bda9af9544fe714efda7a6e13 # 5.0.0-rc2
SHA512 66b09a7d2fda297836bbedaeece71dcfe39bdbd633d9b6ecb68ee2e5aa094b697226136ab172cdc4550e8b2ef1448d001c8ee4e0d456c6d277afe0b3d1aab5a1
REF "${VERSION}"
SHA512 350aba77ce2d96b5c25764913591ba80e4497177ae0a8b2c820c6755ee8310848fbfc54e7ccac27fafc2dbc6778118ad92c53d1b5cb601d4fa146dec7d7e11e5
HEAD_REF next
PATCHES
001-silence-windows-crt-secure-warnings.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/capstone/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "capstone",
"version": "5.0.0-rc2",
"port-version": 2,
"version": "5.0.1",
"description": "Multi-architecture disassembly framework",
"homepage": "https://github.com/capstone-engine/capstone",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1409,8 +1409,8 @@
"port-version": 0
},
"capstone": {
"baseline": "5.0.0-rc2",
"port-version": 2
"baseline": "5.0.1",
"port-version": 0
},
"cargs": {
"baseline": "1.0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/capstone.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c89ad8669fdc6aa946d13cfe053a64fa50f75a7",
"version": "5.0.1",
"port-version": 0
},
{
"git-tree": "3c9184889dd21d609401fe4ea34fa5320a9443a2",
"version": "5.0.0-rc2",
Expand Down

0 comments on commit a317017

Please sign in to comment.