diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-29 21:20:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-29 21:20:44 +0000 |
commit | c11e26b8b31a3c429e039c01dc5a4581182467c8 (patch) | |
tree | 512a95cc73a72b774ef2e7daa5d5655180b04731 /emulators/py-unicorn | |
parent | 734ecf588fa711be8174ceff26c38c378112d1b5 (diff) |
Update unicorn and py-unicorn to 1.0.2-rc2
Notes
Notes:
svn path=/head/; revision=527473
Diffstat (limited to 'emulators/py-unicorn')
-rw-r--r-- | emulators/py-unicorn/Makefile | 2 | ||||
-rw-r--r-- | emulators/py-unicorn/distinfo | 6 | ||||
-rw-r--r-- | emulators/py-unicorn/files/patch-setup.py | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/emulators/py-unicorn/Makefile b/emulators/py-unicorn/Makefile index 1e263ad5537c..bdabf0c2ae56 100644 --- a/emulators/py-unicorn/Makefile +++ b/emulators/py-unicorn/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc1 +DISTVERSION= 1.0.2-rc2 CATEGORIES= emulators python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/emulators/py-unicorn/distinfo b/emulators/py-unicorn/distinfo index 7bcd61381fcc..9d5c1c3810eb 100644 --- a/emulators/py-unicorn/distinfo +++ b/emulators/py-unicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579342823 -SHA256 (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = d6d71e9854e53b5268792572656d87ccde8ff726e6f9343aab6da46089367983 -SIZE (unicorn-engine-unicorn-1.0.2-rc1_GH0.tar.gz) = 3340182 +TIMESTAMP = 1581835422 +SHA256 (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = aed3111b103c0c870de916ac4f96fda8c82ccdeb005c010b96fd61615435325f +SIZE (unicorn-engine-unicorn-1.0.2-rc2_GH0.tar.gz) = 3746757 diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py index 6400abacb490..871328165be2 100644 --- a/emulators/py-unicorn/files/patch-setup.py +++ b/emulators/py-unicorn/files/patch-setup.py @@ -1,8 +1,8 @@ # Do not bundle libunicorn.so ---- setup.py.orig 2019-10-08 02:44:50 UTC +--- setup.py.orig 2020-02-15 00:22:32 UTC +++ setup.py -@@ -268,11 +268,4 @@ setup( +@@ -266,11 +266,4 @@ setup( 'Programming Language :: Python :: 3', ], requires=['ctypes'], |