Files
homebrew-cask/Casks/w/wacom-inkspace.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

16 lines
416 B
Ruby

cask "wacom-inkspace" do
version "2.7.4"
sha256 "f405de898bb43622b07a86c42a244cc27c462eaca0d85deae76e4271adebc4cc"
url "https://cdn.wacom.com/i/m/mac/WacomInkspaceApp_#{version}.zip"
name "Wacom Inkspace"
homepage "https://www.wacom.com/en-us/products/apps-services/inkspace"
livecheck do
url "https://link.wacom.com/i/m?os=mac"
strategy :header_match
end
app "Wacom Inkspace App.app"
end