Changeset 519
- Timestamp:
- 02/13/07 20:16:40 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r515 r519 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4. 49';4 my $version = '0.4.50'; 5 5 6 6 # tv_grab_au … … 262 262 my $data = fetch_shepherd_file("shepherd/status.csum"); 263 263 264 return 0 unless ($data); 264 unless ($data) 265 { 266 &log("Skipping update.\n"); 267 return 0; 268 } 265 269 266 270 my %clist = %$components; -
status
r518 r519 1 application shepherd 0.4. 491 application shepherd 0.4.50 2 2 grabber yahoo7widget 1.79 3 3 grabber rex 3.4.2
