Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ps3netsrv: Update to ps3netsrv 20240709 #6213

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cross/ps3netsrv/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PKG_NAME = ps3netsrv
PKG_VERS = 1.47.46
PKG_VERS = 20240709
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/aldostools/webMAN-MOD/archive
PKG_DIST_SITE = https://github.com/aldostools/ps3netsrv/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = webMAN-MOD-$(PKG_VERS)/_Projects_/$(PKG_NAME)
PKG_DIR = ps3netsrv-$(PKG_VERS)/

DEPENDS =

HOMEPAGE = https://github.com/aldostools/webMAN-MOD
COMMENT = Allows PS3 content to be loaded from network.
COMMENT = Allows PlayStation®3 content to be loaded from network.
LICENSE = GPLv3

CONFIGURE_TARGET = nop
Expand Down
6 changes: 3 additions & 3 deletions cross/ps3netsrv/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ps3netsrv-1.47.46.tar.gz SHA1 4660aed84e2ff74c482a163051abf1d8030c095c
ps3netsrv-1.47.46.tar.gz SHA256 38db40a99cd5a9499381b24ddc80ec764567f2b739ea7520a8aefb1bba9f547c
ps3netsrv-1.47.46.tar.gz MD5 7b4747444ac5a71fe8873dda21d07f93
ps3netsrv-20240709.tar.gz SHA1 2d5a768bfaa2e13c15847e5ba3b32efd67e50660
ps3netsrv-20240709.tar.gz SHA256 f5c1c6af69f7b752813076ca5672bbff4ab4a8bc83c651409f74f6b75cae9f54
ps3netsrv-20240709.tar.gz MD5 016dd92c8202ab07d1c6942f3e853e47
9 changes: 4 additions & 5 deletions spk/ps3netsrv/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
SPK_NAME = ps3netsrv
SPK_VERS = 1.47.46
SPK_REV = 9
SPK_VERS = 20240709
SPK_REV = 10
SPK_ICON = src/${SPK_NAME}.png

DEPENDS = cross/$(SPK_NAME)
hgy59 marked this conversation as resolved.
Show resolved Hide resolved

MAINTAINER = Hirador
# webMAN MOD is a homebrew plugin for PlayStation®3 forked from the original webMAN/sMAN by DeanK with many features added.
DESCRIPTION = Allows PS3 content to be loaded from network. Please edit the default port “38008” to “14167” in your PS3's webMAN MOD Setup
DESCRIPTION_FRE = Fournit l\'accès par le réseau aux contenus pour PS3. Veuillez modifier le port par défaut de "38008" à "14167" dans PS3 webMAN MOD Setup
DESCRIPTION = Allows PlayStation®3 content to be loaded from network. Please edit the default port “38008” to “14167” on your PS3's webMAN-MOD "Setup" section.
DISPLAY_NAME = ps3netsrv
CHANGELOG = "Update to v1.47.46e with ps3netsrv 20240210a."
CHANGELOG = "Update to ps3netsrv 20240709."

HOMEPAGE = https://github.com/aldostools/webMAN-MOD
LICENSE = GPLv3
Expand Down