pidgin/old.pidgin.im

Turns out we don't need to serve out the expected sha1sums - they're being baked into the installer
<?php
// Define Sub Sections
$sub_sections['Windows'] = "/download/windows/";
$sub_sections['Ubuntu'] = "/download/ubuntu/";
$sub_sections['Other Linux'] = "/download/linux/";
$sub_sections['Mac OS X'] = "/download/mac/";
$sub_sections['Source'] = "/download/source/";
include("section.inc");
?>