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 4.2.3 #6061

Merged
merged 1 commit into from
Apr 5, 2024
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 = 4.2.2
PKG_VERS = 4.2.3
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-4.2.2-src.tar.gz SHA1 6c67bf493314fc17ffd4af333f6f4f7b297c66ad
SABnzbd-4.2.2-src.tar.gz SHA256 c4996a2ba65f279af81c93b1330591d8a58c2144b718d134972878cf4b527cd1
SABnzbd-4.2.2-src.tar.gz MD5 b839e793ded8c15f7518ff2e7f0ec61a
SABnzbd-4.2.3-src.tar.gz SHA1 bc4cbb73130568b7d22279f216db8c31137f0f00
SABnzbd-4.2.3-src.tar.gz SHA256 f16314cf4032dcaccfd0b4af4d0e67a55c37f31870af3ca90f80d5f547ed8c25
SABnzbd-4.2.3-src.tar.gz MD5 afb88648a2b90a06be8e0a336a711fc9
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 = 4.2.2
SPK_REV = 68
SPK_VERS = 4.2.3
SPK_REV = 69
SPK_ICON = src/sabnzbd.png

PYTHON_PACKAGE = python311
Expand All @@ -15,7 +15,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 = "Update SABnzbd to 4.2.2."
CHANGELOG = "Update SABnzbd to 4.2.3."

HOMEPAGE = https://sabnzbd.org
LICENSE = GPL
Expand Down