Skip to content

Commit

Permalink
Bazarr: update 1.4.0 => 1.4.2 (#6024)
Browse files Browse the repository at this point in the history
* Update bazarr 1.4.0 => 1.4.2
* Update changelog
* Removed duplicated HOMEPAGE and LICENSE entries
  • Loading branch information
smaarn authored Mar 31, 2024
1 parent 184e776 commit e5f1ac5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
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)
Expand Down
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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e5f1ac5

Please sign in to comment.