diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-03-14 05:02:06 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-03-14 05:02:06 +0000 |
commit | 66f7a0052a1e655ef483be525d92ca445519ab44 (patch) | |
tree | a7bf82b1faa7d8f243810b18c8a365f01cae1d5e /games/libretro-beetle_pce/Makefile | |
parent | fb5d97c82e00c3a9c5b4f1c303488742da1d262b (diff) | |
download | ports-66f7a0052a1e655ef483be525d92ca445519ab44.tar.gz ports-66f7a0052a1e655ef483be525d92ca445519ab44.zip |
games/libretro-beetle_pce: Update to 20210214
PR: 253633
Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=568312
Diffstat (limited to 'games/libretro-beetle_pce/Makefile')
-rw-r--r-- | games/libretro-beetle_pce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libretro-beetle_pce/Makefile b/games/libretro-beetle_pce/Makefile index a4fbc5d9c320..1f6f0929c3ed 100644 --- a/games/libretro-beetle_pce/Makefile +++ b/games/libretro-beetle_pce/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libretro-beetle_pce -PORTVERSION= 0.20200527 +PORTVERSION= 0.20210214 CATEGORIES= games MAINTAINER= menelkir@itroll.org @@ -15,7 +15,7 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-pce-libretro -GH_TAGNAME= a54a259 +GH_TAGNAME= 945b7a7 PLIST_FILES= lib/libretro/mednafen_pce_libretro.so |