diff options
-rw-r--r-- | games/libretro-nestopia/Makefile | 13 | ||||
-rw-r--r-- | games/libretro-nestopia/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games/libretro-nestopia/Makefile b/games/libretro-nestopia/Makefile index 267b995847f7..9ba59c4646de 100644 --- a/games/libretro-nestopia/Makefile +++ b/games/libretro-nestopia/Makefile @@ -1,25 +1,24 @@ PORTNAME= libretro-nestopia -DISTVERSION= 0.20230528 +DISTVERSION= 0.20250424 CATEGORIES= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tilde@ultros.pro COMMENT= NEStopia emulator for libretro WWW= https://github.com/libretro/nestopia LICENSE= GPLv2 USES= compiler:c++11-lib gmake -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= nestopia -GH_TAGNAME= 3dcbec4682e079312d6943e1357487645ec608c7 - -PLIST_FILES= lib/libretro/nestopia_libretro.so +GH_TAGNAME= d2eefab298b0b9152d2934d6f0227b6803c877b3 +USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/libretro +PLIST_FILES= lib/libretro/nestopia_libretro.so + do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/libretro/nestopia_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro diff --git a/games/libretro-nestopia/distinfo b/games/libretro-nestopia/distinfo index c37208b39594..1bc9b7fb0b9e 100644 --- a/games/libretro-nestopia/distinfo +++ b/games/libretro-nestopia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698314745 -SHA256 (libretro-nestopia-0.20230528-3dcbec4682e079312d6943e1357487645ec608c7_GH0.tar.gz) = ec47efc8eab149182c5eb86cc68f80fbe30c077b7978f46ff6b9dffc50caff7b -SIZE (libretro-nestopia-0.20230528-3dcbec4682e079312d6943e1357487645ec608c7_GH0.tar.gz) = 1138864 +TIMESTAMP = 1750835250 +SHA256 (libretro-nestopia-0.20250424-d2eefab298b0b9152d2934d6f0227b6803c877b3_GH0.tar.gz) = 2fc2440a6a159d96890aa471014608eaa92bfedc01b7396b61bc7fe983a449db +SIZE (libretro-nestopia-0.20250424-d2eefab298b0b9152d2934d6f0227b6803c877b3_GH0.tar.gz) = 1152346 |