mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Merge pull request #7811 from rolandwalker/comment_arch_only_casks
Comment out arch_only in 2 Casks
This commit is contained in:
commit
abc2a480be
2 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ cask :v1 => 'jaspersoft-studio' do
|
|||
license :oss
|
||||
|
||||
app "Jaspersoft Studio #{version}.final/Jaspersoft Studio.app"
|
||||
caveats do
|
||||
arch_only 'intel-64'
|
||||
end
|
||||
|
||||
# todo
|
||||
# depends_on :arch => :x86_64
|
||||
end
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ cask :v1 => 'paraview' do
|
|||
license :unknown
|
||||
|
||||
app 'paraview.app'
|
||||
caveats do
|
||||
arch_only 'intel-64'
|
||||
end
|
||||
|
||||
# todo
|
||||
# depends_on :arch => :x86_64
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue