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

[WIP] bazarr: update 1.2.1 => 1.2.4 #5797

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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.2.1
PKG_VERS = 1.2.4
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.2.1.zip SHA1 64e31750708a21520e2de1e7219e74e2db75c85b
bazarr-1.2.1.zip SHA256 3ee54ad63acd8f16a011262f82a4417f1cec57f2b11614dd3b29623bcb26c1e7
bazarr-1.2.1.zip MD5 fa57920c4eee9684b7a0f3a3847f4bd0
bazarr-1.2.4.zip SHA1 e454c27c2ccf53bd7e59727da6382febc61dcd9a
bazarr-1.2.4.zip SHA256 4dd05acde63fc3dbd211bb3f3a046d7688bfae20146a2d73ae633f03c79c6960
bazarr-1.2.4.zip MD5 c1f4996968a79e9a0366fe1d7065a09a
6 changes: 3 additions & 3 deletions spk/bazarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPK_NAME = bazarr

SPK_VERS = 1.2.1
SPK_REV = 9
SPK_VERS = 1.2.4
SPK_REV = 10

SPK_ICON = src/bazarr.png

Expand All @@ -27,7 +27,7 @@ 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
STARTABLE = yes
CHANGELOG = "Update to version 1.2.1. <br />See corresponding changelogs <a href=\"https://github.com/morpheus65535/bazarr/releases/tag/v1.2.0\">here</a> and <a href=\"https://github.com/morpheus65535/bazarr/releases/tag/v1.2.1\">here</a> for more details."
CHANGELOG = "Update to version 1.2.4. <br />See corresponding changelogs:<br /><ul><li><a href=\"https://github.com/morpheus65535/bazarr/releases/tag/v1.2.4\">1.2.4</a></li><li><a href=\"https://github.com/morpheus65535/bazarr/releases/tag/v1.2.3\">1.2.3</a></li><li><a href=\"https://github.com/morpheus65535/bazarr/releases/tag/v1.2.2\">1.2.2</a></li></ul>"

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