Przeglądaj źródła

Update to dotnet-sdk-2.2

Andrew Rabert 6 lat temu
rodzic
commit
cb3616ac8c
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 3 3
      README.md
  2. 2 2
      debian/control

+ 3 - 3
README.md

@@ -33,7 +33,7 @@ The Jellyfin package is in the AUR at https://aur.archlinux.org/packages/jellyfi
 
 
 A package repository is available at https://repo.jellyfin.org. To use it:
 A package repository is available at https://repo.jellyfin.org. To use it:
 
 
-0. Install the `dotnet-runtime-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.1).
+0. Install the `dotnet-runtime-2.2` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.2).
 0. Import the GPG signing key (signed by Joshua):
 0. Import the GPG signing key (signed by Joshua):
     ```
     ```
     wget -O - https://repo.jellyfin.org/debian/jellyfin-signing-key-joshua.gpg.key | sudo apt-key add -
     wget -O - https://repo.jellyfin.org/debian/jellyfin-signing-key-joshua.gpg.key | sudo apt-key add -
@@ -65,7 +65,7 @@ NOTE: When building from source, only cloning the full Git repository is support
 
 
 Debian build facilities are integrated into the repo at `debian/`.
 Debian build facilities are integrated into the repo at `debian/`.
 
 
-0. Install the `dotnet-sdk-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.1).
+0. Install the `dotnet-sdk-2.2` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.2).
 0. Run `dpkg-buildpackage -us -uc`.
 0. Run `dpkg-buildpackage -us -uc`.
 0. Install the resulting `jellyfin_*.deb` file on your system.
 0. Install the resulting `jellyfin_*.deb` file on your system.
 
 
@@ -75,7 +75,7 @@ A huge thanks to Carlos Hernandez who created the original Debian build configur
 
 
 A pre-built windows installer will be available soon. Until then it isn't too hard to install Jellyfin from Source.
 A pre-built windows installer will be available soon. Until then it isn't too hard to install Jellyfin from Source.
 
 
-0. Install the dotnet core SDK 2.1 from [Microsoft's Webpage](https://dotnet.microsoft.com/download/dotnet-core/2.1) and [install Git for Windows](https://gitforwindows.org/)
+0. Install the dotnet core SDK 2.2 from [Microsoft's Webpage](https://dotnet.microsoft.com/download/dotnet-core/2.2) and [install Git for Windows](https://gitforwindows.org/)
 0. Clone Jellyfin into a directory of your choice.
 0. Clone Jellyfin into a directory of your choice.
     ```
     ```
     git clone https://github.com/jellyfin/jellyfin.git C:\Jellyfin
     git clone https://github.com/jellyfin/jellyfin.git C:\Jellyfin

+ 2 - 2
debian/control

@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Priority: optional
 Maintainer: Vasily <just.one.man@yandex.ru>
 Maintainer: Vasily <just.one.man@yandex.ru>
 Build-Depends:  debhelper (>= 9),
 Build-Depends:  debhelper (>= 9),
-                dotnet-sdk-2.1,
+                dotnet-sdk-2.2,
                 libc6-dev
                 libc6-dev
 Standards-Version: 3.9.4
 Standards-Version: 3.9.4
 
 
@@ -12,6 +12,6 @@ Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Architecture: all
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, dotnet-runtime-2.1, ffmpeg
+Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, dotnet-runtime-2.2, ffmpeg
 Description: Jellyfin is a home media server.
 Description: Jellyfin is a home media server.
  It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.
  It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.