Skip to content

Commit

Permalink
Sonarr v4: Update to v4.0.10.2544 (#6324)
Browse files Browse the repository at this point in the history
* Update to v4.0.10.2544
* Update download source
  • Loading branch information
mreid-tt authored Nov 21, 2024
1 parent 6a95078 commit 9411570
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions cross/sonarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PKG_NAME = Sonarr
PKG_VERS = 4.0.0.748
PKG_VERS = 4.0.10.2544
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME).main.$(PKG_VERS).linux-$(PKG_DIST_ARCH).$(PKG_EXT)
PKG_DIST_SITE = https://download.sonarr.tv/v4/main/$(PKG_VERS)
PKG_DIST_SITE = https://github.com/Sonarr/Sonarr/releases/download/v$(PKG_VERS)
PKG_DIR = $(PKG_NAME)

DEPENDS =
Expand Down
18 changes: 9 additions & 9 deletions cross/sonarr/digests
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Sonarr.main.4.0.0.748.linux-arm.tar.gz SHA1 21514eb270b571416b6ded3b3d6ba0511380e4ce
Sonarr.main.4.0.0.748.linux-arm.tar.gz SHA256 849629aa9747153287aba1ea1d9ab2de5d026f054757df82a4322a32620439b5
Sonarr.main.4.0.0.748.linux-arm.tar.gz MD5 65c0a37369eb9a411745554f0280e505
Sonarr.main.4.0.0.748.linux-arm64.tar.gz SHA1 a2e0cc2651558a7a0c7fc2ff629cf67ed28c89b2
Sonarr.main.4.0.0.748.linux-arm64.tar.gz SHA256 e2343382389c3e1e0098eda363787c61795396f21b938bb20f1329390b66f872
Sonarr.main.4.0.0.748.linux-arm64.tar.gz MD5 00336e6721a1b29d70e833b04b5c9cfe
Sonarr.main.4.0.0.748.linux-x64.tar.gz SHA1 8b6dffebc0775ec187006e164f41dd5988b490d6
Sonarr.main.4.0.0.748.linux-x64.tar.gz SHA256 5c20aa00cc5a3a4f6f1a54c31efecc07a5614f1d0e0c34ee3f191fbd305e2439
Sonarr.main.4.0.0.748.linux-x64.tar.gz MD5 e79ae16cf0450f8b27a7429d922d9e02
Sonarr.main.4.0.10.2544.linux-arm.tar.gz SHA1 e1d0f8fa79532f5f7908ba8546a7190cd7f4b496
Sonarr.main.4.0.10.2544.linux-arm.tar.gz SHA256 cad540f3f5f7ef044508d638fec193b21b374d18b8cdce9b572fad46fee2ea1c
Sonarr.main.4.0.10.2544.linux-arm.tar.gz MD5 d5ef8856feb39dc24be2a79da892e2ae
Sonarr.main.4.0.10.2544.linux-arm64.tar.gz SHA1 43e1b59d75ad87c2fe5cab24b613907799c61e2c
Sonarr.main.4.0.10.2544.linux-arm64.tar.gz SHA256 72b8f940b1a15a0cac1806bcbf248c8f08a0f4c8bfa3504771d543cc2d8e2571
Sonarr.main.4.0.10.2544.linux-arm64.tar.gz MD5 f2e2415394a347590d88a3d50a80206b
Sonarr.main.4.0.10.2544.linux-x64.tar.gz SHA1 06aababace67305def15543a5b1c89d81892f0ff
Sonarr.main.4.0.10.2544.linux-x64.tar.gz SHA256 8d1ac597b7f4bc54f9cd8e8abfcf99773e05644ea9bdcd96303b4aef6da629c8
Sonarr.main.4.0.10.2544.linux-x64.tar.gz MD5 05f0d06a8b6d54f02c4a97a90dd70654
4 changes: 2 additions & 2 deletions spk/sonarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = sonarr
SPK_VERS = $(shell date +%Y%m%d)
SPK_REV = 4
SPK_REV = 5
SPK_ICON = src/sonarr.png

OPTIONAL_DEPENDS = cross/libstdc++
Expand All @@ -14,7 +14,7 @@ MAINTAINER_URL = https://synocommunity.com/
DESCRIPTION = Sonarr is a PVR for newsgroup and torrent users. It can monitor multiple RSS feeds for new episodes of your favourite shows and will grab, sorts and rename them. It can also be configured to automatically upgrade the quality of files already downloaded if a better quality format becomes available.
DESCRIPTION_FRE = Sonarr est un PVR pour les utilisateurs de groupes de discussion et torrents. Il peut surveiller plusieurs flux RSS pour les nouveaux épisodes de vos séries préférées et saisira, sortes et les renomme. Il peut également être configuré pour mettre à jour automatiquement la qualité des fichiers déjà téléchargés si un meilleur format de qualité devient disponible.
DESCRIPTION_SPN = Sonarr es un PVR para los usuarios de grupos de noticias y torrents. Se puede controlar múltiples canales RSS para nuevos episodios de sus programas favoritos y se agarra, tipo y les cambia el nombre. También puede ser configurado para actualizar automáticamente la calidad de los archivos ya descargados si un formato de mejor calidad disponible.
CHANGELOG = "1. Update Sonarr to v4.0.0.748.<br/>2. Update SQLite3 dependency.<br/>3. Increase service start/stop timeout to 120 seconds."
CHANGELOG = "1. Update Sonarr to v4.0.10.2544."
DISPLAY_NAME = Sonarr v4
HOMEPAGE = https://sonarr.tv
LICENSE = GPLv3
Expand Down

0 comments on commit 9411570

Please sign in to comment.