Skip to content

Commit

Permalink
[unicorn] update to latest version v1.0.3 (microsoft#23745)
Browse files Browse the repository at this point in the history
* [unicorn] update to latest version v1.0.3

* update version

* add licenses

* overwrite version
  • Loading branch information
FrankXie05 authored Mar 24, 2022
1 parent 440075a commit f65d694
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/unicorn/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ set(VCPKG_CRT_LINKAGE "static")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO unicorn-engine/unicorn
REF abe452babc13299f598a47f7c87873a4ae34bf09 # accessed on 2020-09-14
SHA512 8ad4b76cc98fc9d21421c93ad7084665622fd0ed4de87cb189c5d7ed1bbc83ccd365bd08c4ccfa81539e42fa3a74ffc7e2e33a74f2bfdfd4b2b9e2e5425f2fc9
REF 52f90cda023abaca510d59f021c88629270ad6c0 # v1.0.3
SHA512 bb47e7d680b122e38bd9390f44a3f7e3c3e314ea3ac86dbab3e755b7bcc2db5daca3a4432276a874f59675f811f7785d68ec0d39696c955d3718d6a720adf70b
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/unicorn/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "unicorn",
"version-date": "2020-09-14",
"port-version": 2,
"version": "1.0.3",
"description": "Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework",
"homepage": "https://github.com/unicorn-engine/unicorn",
"license": "GPL-2.0-only",
"supports": "windows & !uwp & !arm"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7129,8 +7129,8 @@
"port-version": 0
},
"unicorn": {
"baseline": "2020-09-14",
"port-version": 2
"baseline": "1.0.3",
"port-version": 0
},
"unicorn-lib": {
"baseline": "2022-01-24",
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/unicorn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ec4ae5e99d2204a11e112c2f1a596ac2d4f5f2f9",
"version": "1.0.3",
"port-version": 0
},
{
"git-tree": "78e0a5d0840a6e2ae29d4922f34c858b821ab377",
"version-date": "2020-09-14",
Expand Down

0 comments on commit f65d694

Please sign in to comment.