Added GeoTag

This commit is contained in:
Thibault Maekelbergh 2015-08-10 14:55:47 +02:00 committed by Vítor Galvão
parent dceba345c2
commit edd8ee7423
1 changed files with 16 additions and 0 deletions

16
Casks/geotag.rb Normal file
View File

@ -0,0 +1,16 @@
cask :v1 => 'geotag' do
if MacOS.release <= :mountain_lion
version '2.2'
sha256 'c5553af3b37903b7e4f402d8c9fbeced63492295c6bdd25987dd70ab367c32e9'
else
version '3.4.4'
sha256 '987380bf59e4465bf2ab65b04711114abda493e9b78cb26d25e4e4c903004225'
end
url "http://www.snafu.org/GeoTag/GeoTag-#{version}.dmg"
name 'GeoTag'
homepage 'http://www.snafu.org/GeoTag/'
license :unknown
app 'GeoTag.app'
end