mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Bump version to 10.5.5
This commit is contained in:
parent
7873fe22fb
commit
21a6c2e1e2
7 changed files with 14 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG DOTNET_VERSION=3.1
|
||||
|
||||
FROM node:alpine as web-builder
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.4
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.5
|
||||
RUN apk add curl git \
|
||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||
&& cd jellyfin-web \
|
||||
|
|
|
@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
|
|||
|
||||
|
||||
FROM node:alpine as web-builder
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.4
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.5
|
||||
RUN apk add curl git \
|
||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||
&& cd jellyfin-web \
|
||||
|
|
|
@ -6,7 +6,7 @@ ARG DOTNET_VERSION=3.1
|
|||
|
||||
|
||||
FROM node:alpine as web-builder
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.4
|
||||
ARG JELLYFIN_WEB_VERSION=10.5.5
|
||||
RUN apk add curl git \
|
||||
&& git clone --branch release-10.5.z --single-branch https://github.com/jellyfin/jellyfin-web.git \
|
||||
&& cd jellyfin-web \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("10.5.4")]
|
||||
[assembly: AssemblyFileVersion("10.5.4")]
|
||||
[assembly: AssemblyVersion("10.5.5")]
|
||||
[assembly: AssemblyFileVersion("10.5.5")]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# We just wrap `build` so this is really it
|
||||
name: "jellyfin"
|
||||
version: "10.5.4"
|
||||
version: "10.5.5"
|
||||
packages:
|
||||
- debian-package-x64
|
||||
- debian-package-armhf
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
jellyfin (10.5.5-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 10.5.5; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.5
|
||||
|
||||
-- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 26 Apr 2020 15:25:03 -0400
|
||||
|
||||
jellyfin (10.5.4-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 10.5.4; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.4
|
||||
|
|
|
@ -159,6 +159,8 @@ fi
|
|||
%systemd_postun_with_restart jellyfin.service
|
||||
|
||||
%changelog
|
||||
* Sun Apr 26 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||
- New upstream version 10.5.5; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.5
|
||||
* Sun Apr 12 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||
- New upstream version 10.5.4; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.5.4
|
||||
* Sun Apr 05 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue