Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazarr: update 1.4.0 => 1.4.2 #6024

Merged
merged 4 commits into from
Mar 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/bazarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = bazarr
PKG_VERS = 1.4.0
PKG_VERS = 1.4.2
PKG_EXT = zip
PKG_DIST_NAME = $(PKG_NAME).$(PKG_EXT)
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
6 changes: 3 additions & 3 deletions cross/bazarr/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bazarr-1.4.0.zip SHA1 382f96afa748842647cd3f9d31338a8b205dbcae
bazarr-1.4.0.zip SHA256 b023f5239ec54974dfe624259942101ccad218d3b11bf47669a854dc3f31e56c
bazarr-1.4.0.zip MD5 b6faa26c117cfaf807f2ad022963062f
bazarr-1.4.2.zip SHA1 9544170558c5a4027ecece00b10018ebb48b7d4c
bazarr-1.4.2.zip SHA256 d4ea9b0b2426037dd9bf2084d75652c95c04832ca6d18d045faab1de0ef59674
bazarr-1.4.2.zip MD5 76ed301663b21b7ac93ffc169786d1b9
11 changes: 4 additions & 7 deletions spk/bazarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = bazarr
SPK_VERS = 1.4.0
SPK_REV = 13
SPK_VERS = 1.4.2
SPK_REV = 14
SPK_ICON = src/bazarr.png

PYTHON_PACKAGE = python311
@@ -28,19 +28,16 @@ WHEELS_BUILD_ARGS += --enable-zlib
MAINTAINER = smaarn
DESCRIPTION = "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movies and Bazarr takes care of everything for you."
DISPLAY_NAME = Bazarr
CHANGELOG = 'Update to <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.0">1.4.0</a> (also includes <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.3.1">1.3.1</a>)'
CHANGELOG = 'Update to 1.4.2. <br>See changelogs of <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.2">1.4.2</a> and <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.1">1.4.1</a> for more details.'

HOMEPAGE = https://www.bazarr.media/
LICENSE = GPL-3.0 license
LICENSE = GPLv3
STARTABLE = yes

# [numpy] <= 1.21.6 (armv5) - gcc-4.6.4 - unsupported
# [numpy] <= 1.22.4 (armv7l) - gcc-4.8.3 - unsupported
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(ARMv7L_ARCHS)

HOMEPAGE = https://www.bazarr.media
LICENSE = GPLv3

SERVICE_USER = auto
SERVICE_SETUP = src/service-setup.sh