Files
homebrew-cask/Casks/v/visual.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
393 B
Ruby

cask "visual" do
version "1.27"
sha256 "5d807740b610294f4b9adc60a91ab9eb45a93853f1158b04f5e2416122d0443c"
url "https://bitbucket.org/salmanarif/visual-release/downloads/visual_osx_#{version}.zip",
verified: "bitbucket.org/salmanarif/visual-release/"
name "VisUAL"
desc "Learn ARM assembly language"
homepage "https://salmanarif.bitbucket.io/visual/"
app "VisUAL.app"
end