mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
upgrade reaper to v4.77
This commit is contained in:
parent
86a9e44403
commit
df79daa2ad
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
|||
cask :v1 => 'reaper' do
|
||||
version '4.76'
|
||||
version '4.77'
|
||||
|
||||
if Hardware::CPU.is_32_bit?
|
||||
sha256 '6aaf2fcdd0fbdefb566df889de2185400b41294aee1690a91b688157b98f4c0f'
|
||||
sha256 '7cbee1765e3e48230eafb9c9f17ebee9eaac1aa1459bb10f078dedc874f231d3'
|
||||
url "http://www.reaper.fm/files/#{version.to_i}.x/reaper#{version.gsub('.','')}_i386.dmg"
|
||||
app 'REAPER.app'
|
||||
app 'ReaMote.app'
|
||||
else
|
||||
sha256 '300a3f452f8f1bfe92206cf92898a96a4652774f5c5e3a9034ea964ca19e9351'
|
||||
sha256 '09ca05fcc3a96f6f11f5e6bc8f6972869bbe8f01fe206bab76bd06760ff811d2'
|
||||
url "http://www.reaper.fm/files/#{version.to_i}.x/reaper#{version.gsub('.','')}_x86_64.dmg"
|
||||
app 'REAPER64.app'
|
||||
app 'ReaMote64.app'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue