Skip to content

Commit

Permalink
Upgrade reaper to 5.17
Browse files Browse the repository at this point in the history
Upgrade REAPER to version 5.17
  • Loading branch information
Nicolae Vlădescu authored and vitorgalvao committed Mar 25, 2016
1 parent b3af23c commit 18112b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/reaper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cask 'reaper' do
version '5.16'
version '5.17'

if Hardware::CPU.is_32_bit?
sha256 '1bc4ff54ee2e18bbf07dc59fc92ba0d6745f1e061162981e17225142eda2887e'
sha256 '83994645ba873598986df0bbc093c126d87140b528ca425ad831cadac46da90a'
url "http://www.reaper.fm/files/#{version.to_i}.x/reaper#{version.no_dots}_i386.dmg"
app 'REAPER.app'
app 'ReaMote.app'
else
sha256 '4316874c0518810b6ee75bedc8de70bc398a000a9ff217003762d97b1c77e729'
sha256 'c48551a22096ac602f26812cc088d6413fcd2793546fe2f57c3641835d6fe139'
url "http://www.reaper.fm/files/#{version.to_i}.x/reaper#{version.no_dots}_x86_64.dmg"
app 'REAPER64.app'
app 'ReaMote64.app'
Expand Down

0 comments on commit 18112b3

Please sign in to comment.