diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-20 20:49:14 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 17:53:22 -0500 |
commit | 5778b4468f23779fc8118846067625bb7231ee0b (patch) | |
tree | 204d226af2b32cc1a7fa5fe5ad24692d491ab4d6 /network | |
parent | 69a34f3e21646c62d9a70bca60f5ead377c1e10d (diff) |
network/purple-plugin-pack: Fix DOWNLOAD and HOMEPAGE.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/purple-plugin-pack/README | 9 | ||||
-rw-r--r-- | network/purple-plugin-pack/purple-plugin-pack.info | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/network/purple-plugin-pack/README b/network/purple-plugin-pack/README index 5f7d4824f9bc..fc2ba1b5c758 100644 --- a/network/purple-plugin-pack/README +++ b/network/purple-plugin-pack/README @@ -5,13 +5,14 @@ The Purple Plugin Pack was originally created by Gary Kramelich and Stu Tomlinson as a way to distribute their ever growing lists of simple Pidgin plugins. -This includes an optional patch to change the default nickserv identify command -in the irchelp plugin to: +This includes an optional patch to change the default nickserv identify +command in the irchelp plugin to: /msg nickserv identify <password> -rather than the '/identify <password>' command that it defaults to, which fails -on some IRCd's such as e.g. ngircd (also available on slackbuilds.org). +rather than the '/identify <password>' command that it defaults to, +which fails on some IRCd's such as e.g. ngircd (also available on +slackbuilds.org). To use the patch do: diff --git a/network/purple-plugin-pack/purple-plugin-pack.info b/network/purple-plugin-pack/purple-plugin-pack.info index 24e796a500a7..f3f47cf349a6 100644 --- a/network/purple-plugin-pack/purple-plugin-pack.info +++ b/network/purple-plugin-pack/purple-plugin-pack.info @@ -1,7 +1,7 @@ PRGNAM="purple-plugin-pack" VERSION="2.7.0" -HOMEPAGE="https://bitbucket.org/rekkanoryo/purple-plugin-pack" -DOWNLOAD="https://bitbucket.org/rekkanoryo/purple-plugin-pack/downloads/purple-plugin-pack-2.7.0.tar.bz2" +HOMEPAGE="https://sourceforge.net/projects/pidgin/files/purple%20plugin%20pack/" +DOWNLOAD="https://downloads.sourceforge.net/project/pidgin/purple%20plugin%20pack/2.7.0/purple-plugin-pack-2.7.0.tar.bz2" MD5SUM="a1ee405e81ad955798af7b2a6a8564fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |