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

Update bazarr 1.0.2 => 1.0.3 #5139

Closed
wants to merge 1 commit 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.0.2
PKG_VERS = 1.0.3
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.0.2.zip SHA1 0dcce5e58416bd860334aec2c3586cce926604b5
bazarr-1.0.2.zip SHA256 688e6ec5f311f94a70c5b52c24d358623a955f67a993ad096ea587461078bfb2
bazarr-1.0.2.zip MD5 e3001844199036f6d3b2d805ed14bda7
bazarr-1.0.3.zip SHA1 37e73a2a042ce1d34d6d5c8f6124a67e4ff6c619
bazarr-1.0.3.zip SHA256 540a5c4d80110ba35a566c17829cd6f31444db7ade7c6b9d0603eccaaed8a628
bazarr-1.0.3.zip MD5 bc3a4218269654c89451e96fbb7e8bd0
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.0.2
SPK_REV = 3
SPK_VERS = 1.0.3
SPK_REV = 4

SPK_ICON = src/bazarr.png

Expand All @@ -17,7 +17,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 = "1. Update to version 1.0.2<br/>2. Migration to Python 3.10"
CHANGELOG = "Update to version 1.0.3. See <a href="https://github.com/morpheus65535/bazarr/releases/tag/v1.0.3">here</a> for more details"

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