adium/adium

1.5.1 is go.
adium-1.5.1 1.5.1
2012-06-08, Thijs Alkemade
64b4f4627211
file isExecutable
1.5.1 is go.
#!/usr/bin/ruby
if ARGV.length < 2
puts "Usage: ruby sign_update.rb update_archive private_key"
exit
end
puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`