homebrew-cask/Casks/opensesame.rb

21 lines
831 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'opensesame' do
2014-12-11 00:55:21 +08:00
if MacOS.release <= :snow_leopard
2014-02-23 10:13:52 +08:00
version '0.26'
sha256 'b2a37cfd1c514b2ae8ddd0be09a274844420bfa432318ef87df308fdd3b6a770'
url "http://files.cogsci.nl/software/opensesame/opensesame_#{version}-macos-2.zip"
else
2016-07-13 22:00:59 +08:00
version '3.1.0'
sha256 '7224d05e72a91d1514c64f1c1d1e417ac28ead8cf62ae06c3d1e9486448302bf'
# github.com/smathot/OpenSesame was verified as official when first introduced to the cask
url "https://github.com/smathot/OpenSesame/releases/download/release/#{version}/opensesame_#{version}-py2.7-macos-2.dmg"
appcast 'https://github.com/smathot/OpenSesame/releases.atom',
checkpoint: '976508aa8adac9f95d190cdea3dfc78745fe68834d9d8da36eab694e884b49df'
end
2015-01-30 04:49:28 +08:00
name 'OpenSesame'
homepage 'http://osdoc.cogsci.nl/'
license :gpl
2014-09-16 00:06:04 +08:00
app 'opensesame.app'
end