Skip to content

Commit

Permalink
games/libretro-dosbox: update to 0.20220718
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 762073e commit a2c7301
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions games/libretro-dosbox/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libretro-dosbox
PORTVERSION= 0.20220406
DISTVERSION= 0.20220718
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -13,14 +13,13 @@ USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= dosbox-libretro
GH_TAGNAME= 74cd17e
GH_TAGNAME= b7b24262c282c0caef2368c87323ff8c381b3102
USE_LDCONFIG= yes


PLIST_FILES= lib/libretro/dosbox_libretro.so

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

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions games/libretro-dosbox/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649323930
SHA256 (libretro-dosbox-libretro-0.20220406-74cd17e_GH0.tar.gz) = 5aca07b6b962ffd283be5451c94191ccb32d3715beb5211d9de99e00859d01fc
SIZE (libretro-dosbox-libretro-0.20220406-74cd17e_GH0.tar.gz) = 1187008
TIMESTAMP = 1698314811
SHA256 (libretro-dosbox-libretro-0.20220718-b7b24262c282c0caef2368c87323ff8c381b3102_GH0.tar.gz) = 83d8b06eebc67f85ff7505271330b1f1c8ef6c4233ef85d070b0789eab83c33d
SIZE (libretro-dosbox-libretro-0.20220718-b7b24262c282c0caef2368c87323ff8c381b3102_GH0.tar.gz) = 1188210

0 comments on commit a2c7301

Please sign in to comment.