Skip to content

Commit

Permalink
Ombi: Update to v4.39.1 (#5741)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored May 21, 2023
1 parent ecab82d commit 3ad22db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cross/ombi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = ombi
PKG_VERS = 4.22.5
PKG_VERS = 4.39.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_DIST_ARCH).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/Ombi-app/Ombi/releases/download/v$(PKG_VERS)
Expand Down
18 changes: 9 additions & 9 deletions cross/ombi/digests
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ombi-4.22.5-linux-x64.tar.gz SHA1 93be68cb09ae575b8ff174a73b334b04c951e421
ombi-4.22.5-linux-x64.tar.gz SHA256 ee5f4d4f46eb93a73b1f7a2a7bd2234d8fb9262d9ce5ae2f078be89aa9afef1f
ombi-4.22.5-linux-x64.tar.gz MD5 399f62413f66ad421bbeec6c9751add1
ombi-4.22.5-linux-arm.tar.gz SHA1 e9a646a404b45e84513ec16d46a8fc56f40b5613
ombi-4.22.5-linux-arm.tar.gz SHA256 67ce21df41e602bea55db7baa20ad320fe17b6f2afa85b75f8b85d8f0515eef3
ombi-4.22.5-linux-arm.tar.gz MD5 39c10958c52f1d092e187bc029889c5d
ombi-4.22.5-linux-arm64.tar.gz SHA1 ba066934234ab3907f10df9441d0f51e46d616e3
ombi-4.22.5-linux-arm64.tar.gz SHA256 50a542a454b89b60cc9201bad95eee490c8b1bf66deb3dc64a881ddf403fe276
ombi-4.22.5-linux-arm64.tar.gz MD5 dffeb9febfe80e7034c561175abf2d63
ombi-4.39.1-linux-arm.tar.gz SHA1 f2caf118311e4b436e8fcaaa261c91db40058e47
ombi-4.39.1-linux-arm.tar.gz SHA256 fa9a52267a607b319b9e76454ba5546a1aba9206f7b0c9cf4456a833ef2896a1
ombi-4.39.1-linux-arm.tar.gz MD5 d9e206985c0c1f568c78143fa4e9a0de
ombi-4.39.1-linux-arm64.tar.gz SHA1 a53ae8943359a36afb357b17dceb0bcd9de680a1
ombi-4.39.1-linux-arm64.tar.gz SHA256 e1c90bb3bbf04df7c1db4e4f6bd04e930fba3db54e6fcb55a7c4b60fe21cf1f3
ombi-4.39.1-linux-arm64.tar.gz MD5 5dc03ac07094d0592c4b6776972f8fea
ombi-4.39.1-linux-x64.tar.gz SHA1 7760cc62209413fefb3f87d8e0307e5280c5d1c4
ombi-4.39.1-linux-x64.tar.gz SHA256 de0bd1f362625afc3e8e417af179bf507eceb0e3ea983955c180da35b35fec98
ombi-4.39.1-linux-x64.tar.gz MD5 1b136923b57d7c9a3699831ddbb01ece
10 changes: 5 additions & 5 deletions spk/ombi/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SPK_NAME = ombi
SPK_VERS = 4.22.5
SPK_REV = 1
SPK_VERS = 4.39.1
SPK_REV = 2
SPK_ICON = src/ombi.png

UNSUPPORTED_ARCHS = $(DOTNET_UNSUPPORTED_ARCHS)
UNSUPPORTED_ARCHS_TCVERSION = armv7-1.2
# Arch exclusions for dotnet 6.0
DOTNET_CORE_ARCHS = 1

DEPENDS = cross/ombi
OPTIONAL_DEPENDS = cross/libstdc++
Expand All @@ -13,7 +13,7 @@ MAINTAINER = hgy59
DISPLAY_NAME = Ombi
HOMEPAGE = https://ombi.io/
DESCRIPTION = Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
CHANGELOG = "Initial package release."
CHANGELOG = "Update Ombi to v4.39.1."
LICENSE = GPLv2

SERVICE_USER = auto
Expand Down

0 comments on commit 3ad22db

Please sign in to comment.