mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add Jasper (0.1.2) (#22593)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
cask 'jasper' do
|
||||
version '0.1.2'
|
||||
sha256 'dc8afb22d51aecea9f783359313531dc356cda050fc7390a6bc833a874108732'
|
||||
|
||||
# github.com/jasperapp/jasper was verified as official when first introduced to the cask
|
||||
url "https://github.com/jasperapp/jasper/releases/download/v#{version}/jasper_v#{version}_trial_mac.app.zip"
|
||||
appcast 'https://jasperapp.io/-/versions-mac.json',
|
||||
checkpoint: 'd0852a1c3b78587aa066292ffda9d2f5bf5c5ff7deb5670a5a9a5e35b32f0b08'
|
||||
name 'Jasper'
|
||||
homepage 'https://jasperapp.io/'
|
||||
license :commercial
|
||||
|
||||
app 'Jasper.app'
|
||||
|
||||
zap delete: [
|
||||
'~/Library/Application Support/jasper',
|
||||
'~/Library/Containers/io.jasperapp',
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user