diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-08-02 15:52:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-08-02 15:55:17 +0000 |
commit | b4adab7aa2ace71077aa5474f22400c8b9e3fa19 (patch) | |
tree | 6310319b4784f0fa43e9beb669a8eaf20c203771 | |
parent | 7abef63eaed2cf588cd1799a834ae75c643f78e9 (diff) | |
download | ports-b4adab7aa2ace71077aa5474f22400c8b9e3fa19.tar.gz ports-b4adab7aa2ace71077aa5474f22400c8b9e3fa19.zip |
emulators/ppsspp: unbreak fetch by downgrading to 1.13.1
v1.13.1b (392d83fb2203) tag has been removed upstream.
=> Attempting to fetch https://codeload.github.com/hrydgard/ppsspp/tar.gz/v1.13.1b?dummy=/hrydgard-ppsspp-v1.13.1b_GH0.tar.gz
fetch: https://codeload.github.com/hrydgard/ppsspp/tar.gz/v1.13.1b?dummy=/hrydgard-ppsspp-v1.13.1b_GH0.tar.gz: Not Found
Reported by: pkg-fallout
This reverts commit 93e17d50eb23572b334f4a42fa1ae5e6d4a52400.
-rw-r--r-- | emulators/ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index fa86b88877fc..03c99c661287 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -1,6 +1,6 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -PORTVERSION?= 1.13.1b +DISTVERSION?= 1.13.1 PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo index 5230fb2797d8..29b618944e3d 100644 --- a/emulators/ppsspp/distinfo +++ b/emulators/ppsspp/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1659278085 +TIMESTAMP = 1659014927 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.13.1b_GH0.tar.gz) = d60f82f4f19e0e966ef21c6e6611705c39b30f6e1f77a6ecdfd0618d34151bdb -SIZE (hrydgard-ppsspp-v1.13.1b_GH0.tar.gz) = 33817894 +SHA256 (hrydgard-ppsspp-v1.13.1_GH0.tar.gz) = a1b9f2494c48f3ee32bbffb6999d0d6d938859347fb0ab8773c8907f7e6d4a5e +SIZE (hrydgard-ppsspp-v1.13.1_GH0.tar.gz) = 31676184 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 |