Skip to content

Commit

Permalink
Change to update from Github. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Oct 29, 2012
1 parent 4902e5f commit fe17459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AutodlIrssi/Startup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ use constant CHECK_FOR_UPDATES_SECS => 60*60;
#
use constant MAX_CONNECTION_WAIT_SECS => 10*60;

my $version = '1.31';
my $version = '1.32';
my $trackersVersion = -1;

# Called when we're enabled
sub enable {
$AutodlIrssi::g->{messageBuffer} = new AutodlIrssi::MessageBuffer();

message 3, "\x02autodl-irssi\x02 \x02v$version\x02 is now enabled! :-)";
message 3, "\x02\x0309Help forum\x03\x02 \x02http://sourceforge.net/apps/phpbb/autodl-irssi/\x02";
message 3, "\x02\x0309Bugs and Requests\x03\x02 \x02https://github.com/autodl-irssi-community/autodl-irssi/issues/\x02";

createDirectories(getAutodlSettingsDir());

Expand Down
2 changes: 1 addition & 1 deletion AutodlIrssi/Updater.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use File::Spec;
use File::Copy;
use Archive::Zip qw/ :ERROR_CODES /;
use constant {
UPDATE_URL => 'http://autodl-irssi.sourceforge.net/update.xml',
UPDATE_URL => 'https://github.com/autodl-irssi-community/autodl-irssi/update.xml',

# This must not be a popular web browser's user agent or the update may fail
# since SourceForge checks the user agent and sends different results depending
Expand Down

0 comments on commit fe17459

Please sign in to comment.