homebrew-cask/Casks/opensesame.rb

21 lines
832 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'opensesame' do
2016-08-08 03:12:48 +08:00
if MacOS.version <= :snow_leopard
2014-02-23 10:13:52 +08:00
version '0.26'
sha256 'b2a37cfd1c514b2ae8ddd0be09a274844420bfa432318ef87df308fdd3b6a770'
2016-08-23 21:37:09 +08:00
url "https://files.cogsci.nl/software/opensesame/opensesame_#{version}-macos-2.zip"
else
2016-08-17 20:06:02 +08:00
version '3.1.2'
sha256 'f82fd0daf576784b04152e239bfaa633d5933af6273721c01d31ffa9b715353e'
2016-07-13 22:00:59 +08:00
# github.com/smathot/OpenSesame was verified as official when first introduced to the cask
2016-07-26 05:52:36 +08:00
url "https://github.com/smathot/OpenSesame/releases/download/release/#{version}/opensesame_#{version}-py2.7-macos-1.dmg"
2016-07-13 22:00:59 +08:00
appcast 'https://github.com/smathot/OpenSesame/releases.atom',
2016-08-17 20:06:02 +08:00
checkpoint: '958aa1f4116709f5caf4a8e8bae48b5866a28a23a6c544a15042cbf81f431b8f'
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