Skip to content

Commit

Permalink
Bump mythweather script versions to force a cache refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Jul 13, 2012
1 parent 381c2eb commit 086801d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Expand Up @@ -27,7 +27,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d);

my $name = 'ENVCAN';
my $version = 0.4;
my $version = 0.5;
my $author = 'Joe Ripley';
my $email = 'vitaminjoe@gmail.com';
my $updateTimeout = 15*60;
Expand Down
Expand Up @@ -31,7 +31,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d);

my $name = 'ENVCAN-Static-Map';
my $version = 0.1;
my $version = 0.2;
my $author = 'Gavin Hurlbut';
my $email = 'gjhurlbu@gmail.com';
my $updateTimeout = 10*60;
Expand Down
Expand Up @@ -19,7 +19,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d, $opt_D);

my $name = 'yrno-XML';
my $version = 0.2;
my $version = 0.3;
my $author = 'Gavin Hurlbut';
my $email = 'gjhurlbu@gmail.com';
my $updateTimeout = 15*60;
Expand Down
Expand Up @@ -26,7 +26,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d, $opt_D);

my $name = 'BBC-Current-XML';
my $version = 0.3;
my $version = 0.4;
my $author = 'Gavin Hurlbut / Stuart Morgan';
my $email = 'gjhurlbu@gmail.com / stuart@tase.co.uk';
my $updateTimeout = 120*60;
Expand Down
Expand Up @@ -26,7 +26,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d, $opt_D);

my $name = 'BBC-3day-XML';
my $version = 0.3;
my $version = 0.4;
my $author = 'Gavin Hurlbut / Stuart Morgan';
my $email = 'gjhurlbu@gmail.com / stuart@tase.co.uk';
my $updateTimeout = 360*60; # 6 Hours
Expand Down
2 changes: 1 addition & 1 deletion mythplugins/mythweather/mythweather/scripts/us_nws/ndfd.pl
Expand Up @@ -22,7 +22,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d);

my $name = 'NDFD-6_day';
my $version = 0.4;
my $version = 0.5;
my $author = 'Gavin Hurlbut & Lucien Dunning';
my $email = 'gjhurlbu@gmail.com';
my $updateTimeout = 15*60;
Expand Down
Expand Up @@ -18,7 +18,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d);

my $name = 'NDFD-18_Hour';
my $version = 0.3;
my $version = 0.4;
my $author = 'Gavin Hurlbut & Lucien Dunning';
my $email = 'gjhurlbu@gmail.com';
my $updateTimeout = 15*60;
Expand Down
Expand Up @@ -141,7 +141,7 @@ sub getEffectiveWarnings {
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d);

my $name = 'NWS-Alerts';
my $version = 0.4;
my $version = 0.5;
my $author = 'Gavin Hurlbut & Lucien Dunning';
my $email = 'gjhurlbu@gmail.com';
my $updateTimeout = 10*60;
Expand Down
Expand Up @@ -18,7 +18,7 @@
our ($opt_v, $opt_t, $opt_T, $opt_l, $opt_u, $opt_d);

my $name = 'NWS-XML';
my $version = 0.4;
my $version = 0.5;
my $author = 'Gavin Hurlbut & Lucien Dunning';
my $email = 'gjhurlbu@gmail.com';
my $updateTimeout = 15*60;
Expand Down

0 comments on commit 086801d

Please sign in to comment.