diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-11 06:41:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-11 06:41:57 +0000 |
commit | 8f9da90e57fb95262027a0fa9e504dba14cae0f2 (patch) | |
tree | ed26405b2ac6901e99af458c291dc03fefc05bab /emulators | |
parent | 63adf9b33587cf1d7abe4c35cf27d24eff418a5d (diff) | |
download | pkgsrc-8f9da90e57fb95262027a0fa9e504dba14cae0f2.tar.gz |
*: recursive PKGREVISION bump for mbedtls shlib major increases
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 4 | ||||
-rw-r--r-- | emulators/retroarch/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 40d6698a0ba..6e752af631f 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2022/08/11 05:08:18 gutteridge Exp $ +# $NetBSD: Makefile,v 1.37 2022/08/11 06:41:57 wiz Exp $ DISTNAME= dolphin-emu-5.0 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=dolphin-emu/} GITHUB_PROJECT= dolphin diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile index c02a3ff7167..513cf1df2bd 100644 --- a/emulators/retroarch/Makefile +++ b/emulators/retroarch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2022/08/11 05:08:20 gutteridge Exp $ +# $NetBSD: Makefile,v 1.53 2022/08/11 06:41:57 wiz Exp $ -PKGREVISION= 10 +PKGREVISION= 11 .include "version.mk" PKGNAME= retroarch-${RETROARCH_VERSION} |