diff options
Diffstat (limited to 'emulators/unicorn/Makefile.common')
-rw-r--r-- | emulators/unicorn/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/unicorn/Makefile.common b/emulators/unicorn/Makefile.common index 79537f25336..414d358562e 100644 --- a/emulators/unicorn/Makefile.common +++ b/emulators/unicorn/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2020/08/18 00:35:20 tnn Exp $ +# $NetBSD: Makefile.common,v 1.5 2021/02/25 19:47:50 leot Exp $ # # used by emulators/py-unicorn/Makefile -DISTNAME= unicorn-1.0.1 +DISTNAME= unicorn-1.0.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=unicorn-engine/} |