Skip to content

Commit

Permalink
Switch nzbget spk to nzbgetcom version (#5979)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb authored Jan 15, 2024
1 parent 0c40a54 commit 2f18653
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions spk/nzbget/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = nzbget
SPK_VERS = $(shell date +%Y%m%d)
SPK_REV = 29
SPK_REV = 30
SPK_ICON = src/nzbget.png

MAINTAINER = SynoCommunity
Expand All @@ -9,9 +9,9 @@ DESCRIPTION_FRE = NZBGet est un récupérateur de news en ligne de commande écr
DESCRIPTION_SPN = NZBGet es una aplicación de linea de comandos escrita en C++ para descargar binarios, desde servidores de noticias, utilizando archivos nzb. Soporta modo cliente y servidor, verificación y descompresión automática y una interfaz web. NZBGet utiliza pocos recursos de sistema.
STARTABLE = yes
DISPLAY_NAME = NZBGet
CHANGELOG = "Update for DSM 7 and DSM 7 compatible shared folders."
CHANGELOG = "Switch package to nzbgetcom (https://nzbget.com) version"

HOMEPAGE = https://nzbget.net
HOMEPAGE = https://nzbget.com
LICENSE = GPLv2

WIZARDS_DIR = src/wizard
Expand Down
4 changes: 2 additions & 2 deletions spk/nzbget/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ service_postinst ()
# Download current NZBGet (stable or testing)
if [ -n "${wizard_stable_release}" ] && [ "${wizard_stable_release}" = true ]; then
echo "Download nzbget installer: latest"
wget --quiet --output-document="${NZBGET_INSTALLER}" "https://nzbget.net/download/nzbget-latest-bin-linux.run"
wget --quiet --output-document="${NZBGET_INSTALLER}" "https://nzbget.com/download/nzbget-latest-bin-linux.run"
fi
if [ -n "${wizard_testing_release}" ] && [ "${wizard_testing_release}" = true ]; then
echo "Download nzbget installer: latest-testing"
wget --quiet --output-document="${NZBGET_INSTALLER}" "https://nzbget.net/download/nzbget-latest-testing-bin-linux.run"
wget --quiet --output-document="${NZBGET_INSTALLER}" "https://nzbget.com/download/nzbget-latest-testing-bin-linux.run"
fi

# Abort if download failed
Expand Down
2 changes: 1 addition & 1 deletion spk/nzbget/src/wizard/install_uifile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}, {
"step_title": "NZBGet installation",
"items": [{
"desc": "The installer will now download and install the specified version of NZBGet from NZBget.net.<br>In the future you should update from within NZBGet (Config > System)."
"desc": "The installer will now download and install the specified version of NZBGet from NZBget.com.<br>In the future you should update from within NZBGet (Config > System)."
}, {
"type": "singleselect",
"desc": "Version to install:",
Expand Down
2 changes: 1 addition & 1 deletion spk/nzbget/src/wizard/install_uifile_fre
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}, {
"step_title": "Installation de NZBGet",
"items": [{
"desc": "L'installateur va maintenant télécharger la version voulue de NZBGet depuis NZBget.net et l'installer. Vous pouvez ensuite mettre à jour depuis NZBGet (Config > System)."
"desc": "L'installateur va maintenant télécharger la version voulue de NZBGet depuis NZBget.com et l'installer. Vous pouvez ensuite mettre à jour depuis NZBGet (Config > System)."
}, {
"type": "singleselect",
"desc": "Version à installer:",
Expand Down
2 changes: 1 addition & 1 deletion spk/nzbget/src/wizard/upgrade_uifile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[{
"step_title": "NZBGet installation",
"items": [{
"desc": "The installer will now download and install the specified version of NZBGet from NZBget.net.<br>In the future you should update from within NZBGet (Config > System)."
"desc": "The installer will now download and install the specified version of NZBGet from NZBget.com.<br>In the future you should update from within NZBGet (Config > System)."
}, {
"type": "singleselect",
"desc": "Version to install:",
Expand Down
2 changes: 1 addition & 1 deletion spk/nzbget/src/wizard/upgrade_uifile_fre
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[{
"step_title": "Installation de NZBGet",
"items": [{
"desc": "L'installateur va maintenant télécharger la version voulue de NZBGet depuis NZBget.net et l'installer. Vous pouvez ensuite mettre à jour depuis NZBGet (Config > System)."
"desc": "L'installateur va maintenant télécharger la version voulue de NZBGet depuis NZBget.com et l'installer. Vous pouvez ensuite mettre à jour depuis NZBGet (Config > System)."
}, {
"type": "singleselect",
"desc": "Version à installer:",
Expand Down

0 comments on commit 2f18653

Please sign in to comment.