homebrew-cask/Casks/kactus.rb

15 lines
458 B
Ruby
Raw Normal View History

cask 'kactus' do
2019-03-04 18:03:53 +08:00
version '0.3.20'
sha256 '726b0a75a9231e37bab76d189ab496edf907d7395d84f1158ff6175309a4bdba'
# github.com/kactus-io/kactus was verified as official when first introduced to the cask
2018-08-29 02:21:20 +08:00
url "https://github.com/kactus-io/kactus/releases/download/v#{version}/Kactus-macos.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/kactus-io/kactus/releases.atom'
name 'Kactus'
homepage 'https://kactus.io/'
depends_on cask: 'sketch'
app 'Kactus.app'
end