Skip to content

Commit

Permalink
Update SABnzbd 3.5.1 (#5137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre authored Feb 26, 2022
1 parent 5a93f45 commit a5d4644
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
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.5.0
PKG_VERS = 3.5.1
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.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
SABnzbd-3.5.1-src.tar.gz SHA1 708598290d7771953a0ec8b56e2c01d47174b812
SABnzbd-3.5.1-src.tar.gz SHA256 e50d42db42a6daf2e20ff8153dbf73fd1a062349a07576a8512af457e2aa0eac
SABnzbd-3.5.1-src.tar.gz MD5 40595689422cc4967f469c183261147c
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.5.0
SPK_REV = 53
SPK_VERS = 3.5.1
SPK_REV = 54
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.5.0.<br/>2. Fix DSM 7 installer to preserve config.ini on update."
CHANGELOG = "1. Update SABnzbd to 3.5.1.<br/>2. Fix DSM 7 installer to preserve config.ini on update."

HOMEPAGE = https://sabnzbd.org
LICENSE = GPL
Expand Down
35 changes: 18 additions & 17 deletions spk/sabnzbd/src/requirements-pure.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# Wheels that absolutely needs
# to be managed as pure-python
babelfish==0.6.0
chardet==4.0.0
cheroot==8.5.2
cherrypy==18.6.1
configobj==5.0.6
feedparser==6.0.8
guessit==3.3.1
configobj==5.0.6
cheroot==8.6.0
cherrypy==18.6.1
jaraco.functools==3.5.0
jaraco.collections==3.5.1
jaraco.text==3.7.0
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
jaraco.context==4.1.1
more-itertools==8.12.0
zc.lockfile==2.0
python-dateutil==2.8.2
pytz==2021.1
rebulk==3.0.1
tempora==5.0.1
pytz==2021.3
sgmllib3k==1.0.0
tempora==4.1.1
zc.lockfile==2.0
portend==3.1.0
chardet==4.0.0
PySocks==1.7.1
puremagic==1.11
guessit==3.4.3
babelfish==0.6.0
rebulk==3.1.0

0 comments on commit a5d4644

Please sign in to comment.