homebrew-cask/Casks/masscode.rb

13 lines
462 B
Ruby

cask "masscode" do
version "1.3.0"
sha256 "64fb6b176b5fad02e2b6fcec3abb1d350fa2831b2ba1dd214db5a874dfe9f23e"
# github.com/antonreshetov/massCode/ was verified as official when first introduced to the cask
url "https://github.com/antonreshetov/massCode/releases/download/v#{version}/massCode-#{version}.dmg"
appcast "https://github.com/antonreshetov/massCode/releases.atom"
name "massCode"
homepage "https://masscode.io/"
app "massCode.app"
end