aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-15 23:04:07 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-15 23:04:07 -0400
commit6233bae7f0d085a40a663d36148caaf5a6d00830 (patch)
tree222a4d4220732aa32db0ddee0c46df0c140ac14e
parent623c0b6daa4c1486c336e0f7885c10e666c2f1fe (diff)
Bump version to 10.5.1
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.arm2
-rw-r--r--Dockerfile.arm642
-rw-r--r--SharedVersion.cs4
-rw-r--r--build.yaml2
-rw-r--r--deployment/debian-package-x64/pkg-src/changelog6
-rw-r--r--deployment/fedora-package-x64/pkg-src/jellyfin.spec2
7 files changed, 14 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 73ab3d790..a67c8fae3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ ARG DOTNET_VERSION=3.1
ARG FFMPEG_VERSION=latest
FROM node:alpine as web-builder
-ARG JELLYFIN_WEB_VERSION=master
+10.5.1
RUN apk add curl git \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
diff --git a/Dockerfile.arm b/Dockerfile.arm
index 4c7aa6aa7..df42ec841 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
-ARG JELLYFIN_WEB_VERSION=master
+10.5.1
RUN apk add curl git \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 9dc6fa7ed..00030e891 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
FROM node:alpine as web-builder
-ARG JELLYFIN_WEB_VERSION=master
+10.5.1
RUN apk add curl git \
&& curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
&& cd jellyfin-web-* \
diff --git a/SharedVersion.cs b/SharedVersion.cs
index d741f379d..9768c2dce 100644
--- a/SharedVersion.cs
+++ b/SharedVersion.cs
@@ -1,4 +1,4 @@
using System.Reflection;
-[assembly: AssemblyVersion("10.5.0")]
-[assembly: AssemblyFileVersion("10.5.0")]
+[assembly: AssemblyVersion("10.5.1")]
+[assembly: AssemblyFileVersion("10.5.1")]
diff --git a/build.yaml b/build.yaml
index 123f77fb8..76993f1a6 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1,7 +1,7 @@
---
# We just wrap `build` so this is really it
name: "jellyfin"
-version: "10.5.0"
+version: "10.5.1"
packages:
- debian-package-x64
- debian-package-armhf
diff --git a/deployment/debian-package-x64/pkg-src/changelog b/deployment/debian-package-x64/pkg-src/changelog
index 51c482237..299af0e3b 100644
--- a/deployment/debian-package-x64/pkg-src/changelog
+++ b/deployment/debian-package-x64/pkg-src/changelog
@@ -1,3 +1,9 @@
+jellyfin (10.5.1-1) unstable; urgency=medium
+
+ * New upstream version 10.5.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.1
+
+ -- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 15 Mar 2020 23:03:59 -0400
+
jellyfin (10.5.0-1) unstable; urgency=medium
* New upstream version 10.5.0; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.0
diff --git a/deployment/fedora-package-x64/pkg-src/jellyfin.spec b/deployment/fedora-package-x64/pkg-src/jellyfin.spec
index 914f3d44a..83111b8c2 100644
--- a/deployment/fedora-package-x64/pkg-src/jellyfin.spec
+++ b/deployment/fedora-package-x64/pkg-src/jellyfin.spec
@@ -159,6 +159,8 @@ fi
%systemd_postun_with_restart jellyfin.service
%changelog
+* Sun Mar 15 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
+- New upstream version 10.5.1; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.1
* Fri Oct 11 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
- New upstream version 10.5.0; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.0
* Sat Aug 31 2019 Jellyfin Packaging Team <packaging@jellyfin.org>