homebrew-cask/Casks/lmms.rb

23 lines
833 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lmms' do
2016-08-08 03:12:48 +08:00
if MacOS.version <= :snow_leopard
version '1.0.99'
sha256 '2ce390337a2ee372f76812b5c308ac8f3faad6981d99f0eb3b843149e3ebc98c'
2016-03-21 04:17:08 +08:00
# github.com/LMMS/lmms was verified as official when first introduced to the cask
url "https://github.com/LMMS/lmms/releases/download/v#{version}/lmms-#{version}.dmg"
else
version '1.1.3'
sha256 '6d5197e6e5edd4a08cb26fc98ee229308833b4f759e9d9724a745ab1035aba15'
2016-03-21 04:17:08 +08:00
# github.com/LMMS/lmms was verified as official when first introduced to the cask
url "https://github.com/LMMS/lmms/releases/download/v#{version}/lmms-#{version}-mac10.7.dmg"
end
2014-12-09 11:46:09 +08:00
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/LMMS/lmms/releases.atom',
2016-03-10 08:17:23 +08:00
checkpoint: 'edae3c2206d544ad9aa0d3627935e63b6b580fb2d7a9011a67715aef5c0f2192'
2015-04-12 02:35:15 +08:00
name 'LMMS'
2016-03-21 04:17:08 +08:00
homepage 'https://lmms.io/'
2014-12-09 11:46:09 +08:00
app 'LMMS.app'
end