diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-11-05 08:40:48 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-11-05 08:40:48 +0800 |
commit | 9f5c0065f0fc08f7aff68a6e4527cf1d52ea2b5a (patch) | |
tree | e103800b5c545cac760d6eef2fdc981ff9cbb908 /emulators/rpcs3/Makefile | |
parent | 4b72baafe4c1a21eaf549450a3eee70e2ee56846 (diff) | |
download | freebsd-ports-gnome-9f5c0065f0fc08f7aff68a6e4527cf1d52ea2b5a.tar.gz freebsd-ports-gnome-9f5c0065f0fc08f7aff68a6e4527cf1d52ea2b5a.tar.zst freebsd-ports-gnome-9f5c0065f0fc08f7aff68a6e4527cf1d52ea2b5a.zip |
emulators/rpcs3: update to 0.0.13.11163
Changes: https://github.com/RPCS3/rpcs3/compare/09a9d0846...b66628bac
Diffstat (limited to 'emulators/rpcs3/Makefile')
-rw-r--r-- | emulators/rpcs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index d6fbfbbf92c0..c177ce0f245b 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.13-11151 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g09a9d0846 +DISTVERSION= 0.0.13-11163 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gb66628bac CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org |