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 SABnzbd to 3.5.0 #5109

Merged
merged 2 commits into from
Jan 30, 2022
Merged
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/sabnzbd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = SABnzbd
PKG_VERS = 3.4.2
PKG_VERS = 3.5.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-src.$(PKG_EXT)
PKG_DIST_SITE = https://github.com/sabnzbd/sabnzbd/releases/download/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/sabnzbd/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SABnzbd-3.4.2-src.tar.gz SHA1 9be48899abc4bc8655b86618b8e769c0680b4974
SABnzbd-3.4.2-src.tar.gz SHA256 fd2c91e15aa667657dd7c960872fbff148467e88fe2d8c8e6e81fcc2e3402842
SABnzbd-3.4.2-src.tar.gz MD5 02f7c62bbae19dc43f07627281268641
SABnzbd-3.5.0-src.tar.gz SHA1 c138dddd077abd1d2964535e2a24f7a4bd7ab7d0
SABnzbd-3.5.0-src.tar.gz SHA256 139e60f7616c8e99796d287bbedd58fa7f63567b562fcfcef249a615d2b89f02
SABnzbd-3.5.0-src.tar.gz MD5 f9e24bd12deeceba00143942687ee0cc
2 changes: 1 addition & 1 deletion cross/unrar/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = unrar
PKG_VERS = 6.0.1
PKG_VERS = 6.1.4
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)src-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.rarlab.com/rar
Expand Down
6 changes: 3 additions & 3 deletions cross/unrar/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unrarsrc-6.0.1.tar.gz SHA1 47554030b1e90eb0f36cd442b5045299463abab0
unrarsrc-6.0.1.tar.gz SHA256 43e4d3ac762e2f58bfa9e37693efa342c1363eb1029fab409dfdf69171201450
unrarsrc-6.0.1.tar.gz MD5 0f5a438ebee5cf92184d0b039e6890af
unrarsrc-6.1.4.tar.gz SHA1 aecd3bfa68a84b1e1507f12cfbb70bc45b0a64ad
unrarsrc-6.1.4.tar.gz SHA256 c0ed58629243961c3f1ec90c08b11ff93261e568dbfdce2bf3b759ee7a4a3b7c
unrarsrc-6.1.4.tar.gz MD5 a1e0f45a4f53cc614b4dc3b21eb72761
6 changes: 3 additions & 3 deletions spk/sabnzbd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = sabnzbd
SPK_VERS = 3.4.2
SPK_REV = 51
SPK_VERS = 3.5.0
SPK_REV = 52
SPK_ICON = src/sabnzbd.png

BUILD_DEPENDS = cross/python310
Expand All @@ -17,7 +17,7 @@ DESCRIPTION_FRE = SABnzbd rend Usenet aussi simple et automatisé que possible.
DESCRIPTION_SPN = SABnzbd hace que Usenet sea lo más simple posible, automatizando todo lo que se puede. Todo lo que tienes que hacer es agregar un archivo .nzb. SABnzbd empieza desde ahí. Tus archivos serán automáticamente descargados, verificados, reparados, descomprimidos y archivados.
DISPLAY_NAME = SABnzbd
STARTABLE = yes
CHANGELOG = "1. Update SABnzbd to 3.4.2.<br/>2. Update to python 3.10"
CHANGELOG = "Update SABnzbd to 3.5.0."

HOMEPAGE = https://sabnzbd.org
LICENSE = GPL
Expand Down
1 change: 0 additions & 1 deletion spk/sabnzbd/src/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
__version__ = 19
[misc]
permissions = 777
auto_browser = 0
host = 0.0.0.0
port = 8080
Expand Down
1 change: 1 addition & 0 deletions spk/sabnzbd/src/requirements-pure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jaraco.classes==3.2.1
jaraco.collections==3.4.0
jaraco.functools==3.3.0
jaraco.text==3.5.1
PySocks==1.7.1
more-itertools==8.9.0
portend==2.7.1
puremagic==1.10
Expand Down