diff options
author | tnn <tnn@pkgsrc.org> | 2022-07-25 01:01:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-07-25 01:01:52 +0000 |
commit | e90f6981c967d7da2e138a87de0e86d340aa5479 (patch) | |
tree | a5e29a895a3676b0d871fdad253a7cfd84132309 /emulators | |
parent | 076e27e8c59272cf067e2b1b7c869f78d071e495 (diff) | |
download | pkgsrc-e90f6981c967d7da2e138a87de0e86d340aa5479.tar.gz |
*: revbump for ffmpeg5
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/PC6001VX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/PC6001VX/Makefile b/emulators/PC6001VX/Makefile index d153903e7b3..ac2621de466 100644 --- a/emulators/PC6001VX/Makefile +++ b/emulators/PC6001VX/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2022/07/02 19:46:21 tsutsui Exp $ +# $NetBSD: Makefile,v 1.71 2022/07/25 01:01:53 tnn Exp $ VERSION= 3.9.0 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://eighttails.up.seesaa.net/bin/ |