Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.
Open
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
15 changes: 8 additions & 7 deletions seedbox-setup
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
#
# ***** END LICENSE BLOCK *****

AUTODL_IRSSI_ZIP_URL="http://update.autodl-community.com/autodl-irssi-community.zip"
AUTODL_IRSSI_ZIP_URL="https://github.com/autodl-community/autodl-irssi/releases/download/community-v1.60/autodl-irssi-community-v1.60.zip"
GIT_PATH_RUTORRENT_PLUGIN="https://github.com/autodl-community/autodl-rutorrent.git"

WEBMIN_URL="http://www.webmin.com/download/webmin-current.tar.gz"
WEBMIN_URL="https://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/w/we/webadmin/webmin/1.770/webmin-1.770.tar.gz"

# RUTORRENT_TRUNK_DIR="https://rutorrent.googlecode.com/svn/trunk"
RUTORRENT_TRUNK_DIR="https://github.com/Novik/ruTorrent.git"

# The official tarballs are tried if git fails.
RUTORRENT_VERSION="3.6"
RUTORRENT_VERSION="3.7"
RUTORRENT_CORE_NAME="rutorrent-$RUTORRENT_VERSION.tar.gz"
RUTORRENT_CORE_URL="http://dl.bintray.com/novik65/generic/$RUTORRENT_CORE_NAME"
#RUTORRENT_CORE_URL="http://rutorrent.googlecode.com/files/$RUTORRENT_CORE_NAME"
Expand Down Expand Up @@ -81,7 +81,7 @@ RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS rutracker_check"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS scheduler"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS screenshots"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS seedingtime"
#RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS show_peers_like_wtorrent"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS show_peers_like_wtorrent"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS source"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS theme"
RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS throttle"
Expand All @@ -91,16 +91,16 @@ RUTORRENT_PLUGINS="$RUTORRENT_PLUGINS unpack"


# For building rtorrent
LIBCURL_NAME="curl-7.38.0"
LIBCURL_NAME="curl-7.45.0"
LIBCURL_URL="http://curl.haxx.se/download/$LIBCURL_NAME.tar.gz"
SIGCPP20_NAME="libsigc++-2.3.1"
SIGCPP20_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.3/$SIGCPP20_NAME.tar.gz"
XMLRPC_SVN_DIR="https://svn.code.sf.net/p/xmlrpc-c/code/stable"
LIBTORRENT_VERSION="0.13.4"
LIBTORRENT_VERSION="0.13.6"
LIBTORRENT_NAME="libtorrent-$LIBTORRENT_VERSION"
LIBTORRENT_URL="http://libtorrent.rakshasa.no/downloads/$LIBTORRENT_NAME.tar.gz"
LIBTORRENT_URL2="http://sourceforge.net/projects/autodl-irssi/files/inst-files/$LIBTORRENT_NAME.tar.gz/download"
RTORRENT_VERSION="0.9.4"
RTORRENT_VERSION="0.9.6"
RTORRENT_NAME="rtorrent-$RTORRENT_VERSION"
RTORRENT_URL="http://libtorrent.rakshasa.no/downloads/$RTORRENT_NAME.tar.gz"
RTORRENT_URL2="http://sourceforge.net/projects/autodl-irssi/files/inst-files/$RTORRENT_NAME.tar.gz/download"
Expand Down Expand Up @@ -3812,3 +3812,4 @@ enabled or the autodl-irssi ruTorrent plugin won't work:
EOF
fi
fi