Skip to content

Commit e134163

Browse files
committed
Bump version
1 parent b1db0d8 commit e134163

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

plex/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
77

88
# Setup base system
99
ARG BUILD_ARCH=amd64
10+
ARG RELEASE=1.22.2.4276-3cbd5e781
1011
RUN \
1112
apt-get update \
1213
\
@@ -23,7 +24,7 @@ RUN \
2324
&& if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="x86"; fi \
2425
\
2526
&& curl -J -L -o /tmp/plexmediaserver.tgz \
26-
"https://downloads.plex.tv/plex-media-server-new/1.21.3.4046-3c1c83ba4/synology/PlexMediaServer-1.21.3.4046-3c1c83ba4-${ARCH}.spk" \
27+
"https://downloads.plex.tv/plex-media-server-new/${RELEASE}/synology/PlexMediaServer-${RELEASE}-${ARCH}_DSM6.spk" \
2728
\
2829
&& mkdir /usr/lib/plexmediaserver \
2930
&& tar -xOf /tmp/plexmediaserver.tgz package.tgz | tar -xzf - -C /usr/lib/plexmediaserver/ \

plex/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Plex Media Server with NAS",
3-
"version": "2.5.2",
3+
"version": "2.5.2.1",
44
"slug": "plex",
55
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
6-
"url": "https://github.com/dianlight/addon-plex",
6+
"url": "https://github.com/lbouriez/addon-plex",
77
"webui": "http://[HOST]:[PORT:32400]/web",
88
"startup": "services",
99
"arch": ["aarch64", "amd64", "armv7", "i386"],

0 commit comments

Comments
 (0)