Skip to content

Commit

Permalink
bazarr: update to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smaarn committed Dec 29, 2024
1 parent 5bff3a5 commit 967cce1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 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.5
PKG_VERS = 1.5.0
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.5.zip SHA1 79c2036240359008f933eef9c3ae463658eb6ee8
bazarr-1.4.5.zip SHA256 629c7d338885d40a52200200ace515ea3a6f1f4be051c49e6fb3945d919beda9
bazarr-1.4.5.zip MD5 a3d2ea5cd8f787a4cbd8ade7e3716ff5
bazarr-1.5.0.zip SHA1 749a37635cef20cc891733f685f41255851193a9
bazarr-1.5.0.zip SHA256 0b85e92622b8bd53ad0478b872a36c181bda0b28ab1d01a7d2473ddbfebba748
bazarr-1.5.0.zip MD5 b0aaae6d24652fc9096024674b4cdc87
6 changes: 3 additions & 3 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.5
SPK_REV = 15
SPK_VERS = 1.5.0
SPK_REV = 16
SPK_ICON = src/bazarr.png

PYTHON_PACKAGE = python311
Expand Down Expand Up @@ -28,7 +28,7 @@ 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 = '1. Upgrade to ffmpeg 7 <br>2.Update to 1.4.5. <br>See changelogs of <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.5">1.4.5</a>, <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.4">1.4.4</a> and <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.4.3">1.4.3</a> for more details.'
CHANGELOG = '1. Update to 1.5.0. <br>See changelogs of <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.5.0">1.5.0</a> for more details.'

HOMEPAGE = https://www.bazarr.media/
LICENSE = GPLv3
Expand Down
3 changes: 1 addition & 2 deletions spk/bazarr/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ lxml==4.9.3

Pillow==9.5.0

# webrtcvad==2.0.10 # requires unreleased version at specific commit for qoriq arch
git+https://github.com/wiseman/py-webrtcvad@3bd761332a9404f5c9276105070ee814c4428342#egg=webrtcvad==2.0.10
webcrtcvad-wheels==2.0.14

0 comments on commit 967cce1

Please sign in to comment.