diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2022-04-10 19:45:16 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2022-04-10 19:47:23 +0000 |
commit | 035e778ee53345464c2d7466a3895e17073ad1f6 (patch) | |
tree | b541612df47da99f3d0e0e9dfaa3d572c7eab67b /emulators/catapult/Makefile | |
parent | 7de1b4cba052834d7149043d814c0bb415c97b34 (diff) | |
download | ports-035e778ee53345464c2d7466a3895e17073ad1f6.tar.gz ports-035e778ee53345464c2d7466a3895e17073ad1f6.zip |
Diffstat (limited to 'emulators/catapult/Makefile')
-rw-r--r-- | emulators/catapult/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 2f10c0d34bff..f08343631289 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -1,6 +1,6 @@ PORTNAME= catapult PORTVERSION= 17.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} |