Add Keyboardio Chrysalis 0.6.2 (#68110)

* Add Keyboardio Chrysalis 0.6.2

* Remove url comment for Chrysalis

CI build halted on url comment.

* Update Chrysalis appcast order

Update order of appearance of appcast to appease CI.

* Update Chrysalis to remove trailing whitespace
This commit is contained in:
mattmc3 2019-08-24 21:16:38 -04:00 committed by Vítor Galvão
parent 804ef6201c
commit c50050c4d2
1 changed files with 16 additions and 0 deletions

16
Casks/chrysalis.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'chrysalis' do
version '0.6.2'
sha256 'feae2a3cca2330db8cff076603c7d82d398842659059ffec4f3b9fc0a9537c4f'
url "https://github.com/keyboardio/Chrysalis/releases/download/chrysalis-#{version}/Chrysalis-#{version}.dmg"
appcast 'https://github.com/keyboardio/Chrysalis/releases.atom'
name 'Chrysalis'
homepage 'https://github.com/keyboardio/Chrysalis'
app 'Chrysalis.app'
zap trash: [
'~/Library/Application Support/chrysalis',
'~/Library/Preferences/keyboardio.chrysalis.plist',
]
end