Skip to content

Commit

Permalink
games/libretro-tgbdual: update to 0.20220806
Browse files Browse the repository at this point in the history
PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent 0553f6d commit 201beb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions games/libretro-tgbdual/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libretro-tgbdual
PORTVERSION= 0.20210606
DISTVERSION= 0.20220806
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -14,12 +14,12 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= tgbdual-libretro
GH_TAGNAME= 1e0c4f9
GH_TAGNAME= a6f3018e6a23030afc1873845ee54d4b2d8ec9d3

PLIST_FILES= lib/libretro/tgbdual_libretro.so

do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/tgbdual_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
${INSTALL_LIB} ${WRKSRC}/tgbdual_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions games/libretro-tgbdual/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649329024
SHA256 (libretro-tgbdual-libretro-0.20210606-1e0c4f9_GH0.tar.gz) = 55d619189ae0dd633b1295c9fd1b187b8660da77d12402285ba88326643c855c
SIZE (libretro-tgbdual-libretro-0.20210606-1e0c4f9_GH0.tar.gz) = 135790
TIMESTAMP = 1698314810
SHA256 (libretro-tgbdual-libretro-0.20220806-a6f3018e6a23030afc1873845ee54d4b2d8ec9d3_GH0.tar.gz) = 5df48cf8a8091cb68b5f21e90671cf27afaf2d0fcf35431093cccff0e4e95c7f
SIZE (libretro-tgbdual-libretro-0.20220806-a6f3018e6a23030afc1873845ee54d4b2d8ec9d3_GH0.tar.gz) = 135905

0 comments on commit 201beb4

Please sign in to comment.