diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-27 20:11:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-27 20:11:58 +0000 |
commit | fed1690859b80709afc90dcb4c5712327c1be99f (patch) | |
tree | cdcc98416525ec9a79e500cac7730a63bcb8601d /emulators/unicorn | |
parent | 7d1b6d7a10dce7f8c5d7120c36b623e73982582a (diff) |
Update to 1.0.2
Notes
Notes:
svn path=/head/; revision=559421
Diffstat (limited to 'emulators/unicorn')
-rw-r--r-- | emulators/unicorn/Makefile | 2 | ||||
-rw-r--r-- | emulators/unicorn/distinfo | 6 | ||||
-rw-r--r-- | emulators/unicorn/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index de6a9939d37f..e3f190d3cc9c 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= unicorn -DISTVERSION= 1.0.2-rc4 +DISTVERSION= 1.0.2 CATEGORIES= emulators MAINTAINER= antoine@FreeBSD.org diff --git a/emulators/unicorn/distinfo b/emulators/unicorn/distinfo index 772d417646db..fe34caf0954c 100644 --- a/emulators/unicorn/distinfo +++ b/emulators/unicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590773048 -SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417 -SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676 +TIMESTAMP = 1603347498 +SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 +SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111 diff --git a/emulators/unicorn/pkg-descr b/emulators/unicorn/pkg-descr index 0354c95f24c0..3fab09dc9b47 100644 --- a/emulators/unicorn/pkg-descr +++ b/emulators/unicorn/pkg-descr @@ -14,4 +14,4 @@ Unicorn offers some unparalleled features: - Thread-safety by design - Distributed under free software license GPLv2 -WWW: http://www.unicorn-engine.org/ +WWW: https://www.unicorn-engine.org/ |