Adding Simplenote (Electron version) v1.0.8 (#30111)

* Adding Simplenote (Electron version) v1.0.8

* fixing app path in Simplenote (forgot to commit after fixing locally)
This commit is contained in:
Stephen Wade 2017-02-15 00:19:16 -05:00 committed by Miccal Matthews
parent 4eaff18bf3
commit 276223fe86
1 changed files with 19 additions and 0 deletions

19
Casks/simplenote.rb Normal file
View File

@ -0,0 +1,19 @@
cask 'simplenote' do
version '1.0.8'
sha256 '7bdc8d27b8936e53e1f2b9319d5a685ac85363db6fca5e566529ad36a22e5813'
url "https://github.com/Automattic/simplenote-electron/releases/download/v#{version}/Simplenote-macOS-#{version}.zip"
appcast 'https://github.com/Automattic/simplenote-electron/releases.atom',
checkpoint: 'c64f7c766c1225fd0eb4443ab72bd6656abe7e0f2028c514219a073ba7b7c3e4'
name 'Simplenote'
homepage 'https://github.com/Automattic/simplenote-electron'
app 'Simplenote-darwin-x64/Simplenote.app'
zap delete: [
'~/Library/Application Support/Simplenote',
'~/Library/Caches/com.automattic.simplenote',
'~/Library/Caches/com.automattic.simplenote.ShipIt',
'~/Library/Saved Application State/com.automattic.simplenote.savedState',
]
end