diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-12-20 13:25:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-12-20 14:15:28 +0000 |
commit | c17c3566e44e2d451a2fd64dd7749659ae9fda53 (patch) | |
tree | 1bf09f009b39b6492b0c8add545af00ea0e04ae4 | |
parent | a9528c27d99c5a20832fff18764b5fd72d7f5998 (diff) | |
download | ports-c17c3566e44e2d451a2fd64dd7749659ae9fda53.tar.gz ports-c17c3566e44e2d451a2fd64dd7749659ae9fda53.zip |
emulators/ppsspp: update to 1.14.1
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.14.1
Reported by: GitHub (watch releases)
-rw-r--r-- | emulators/ppsspp/Makefile | 5 | ||||
-rw-r--r-- | emulators/ppsspp/distinfo | 8 |
2 files changed, 4 insertions, 9 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index f8624be36261..d3ed61bf04f8 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -1,6 +1,6 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -DISTVERSION?= 1.14 +DISTVERSION?= 1.14.1 PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands @@ -8,9 +8,6 @@ MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/do DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 6a9334e6f01b.patch:-p1 # https://github.com/hrydgard/ppsspp/pull/16587 - MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS WWW= https://www.ppsspp.org/ diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo index d3e19f3a795a..11313caa19f8 100644 --- a/emulators/ppsspp/distinfo +++ b/emulators/ppsspp/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1671109298 +TIMESTAMP = 1671542746 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.14_GH0.tar.gz) = b1bf79abff30418f382bdbeae866b8572c25d0b732393d34d3d044deeffdc5dc -SIZE (hrydgard-ppsspp-v1.14_GH0.tar.gz) = 37146002 +SHA256 (hrydgard-ppsspp-v1.14.1_GH0.tar.gz) = 0cea760987e06ed5acb1140901d182feaef1c79341fbd5947ce7f474a306b670 +SIZE (hrydgard-ppsspp-v1.14.1_GH0.tar.gz) = 37139754 SHA256 (hrydgard-glslang-8.13.3743-339-gdc11adde_GH0.tar.gz) = ced8f91c3b07f0c1227649732c9ba047d89b09038a446a3c0636f909fb40ab24 SIZE (hrydgard-glslang-8.13.3743-339-gdc11adde_GH0.tar.gz) = 3297180 SHA256 (hrydgard-miniupnp-miniupnpd_2_1-502-g3a87be3_GH0.tar.gz) = 3aefaee9eb86e5f44267aa9e8d37b46d2be8f1c72879cebefa365690a9348190 @@ -17,5 +17,3 @@ SHA256 (Kingcom-armips-v0.11.0-184-g6719ede_GH0.tar.gz) = 0c584c3a7712e6cdbe1707 SIZE (Kingcom-armips-v0.11.0-184-g6719ede_GH0.tar.gz) = 222945 SHA256 (Kingcom-filesystem-v1.3.2-12-g3f1c185_GH0.tar.gz) = 9fa5a690e341bea1935a7f6b256e1bbd864abee988f834f10307f646dc38e604 SIZE (Kingcom-filesystem-v1.3.2-12-g3f1c185_GH0.tar.gz) = 163401 -SHA256 (6a9334e6f01b.patch) = 4c1c2975dfe99a449758b4edafb9a525c85f483b5321bb1b4abf9fac6919b9f0 -SIZE (6a9334e6f01b.patch) = 1079 |