homebrew-cask/Casks/perma.rb

12 lines
331 B
Ruby
Raw Normal View History

2016-06-10 18:20:05 +08:00
cask 'perma' do
2017-01-04 18:38:15 +08:00
version '1.0.1'
sha256 '224851f6e0a5b63f2357c93a175186e594cb50952841b2ad6bbf5db598b602cb'
2016-06-10 18:20:05 +08:00
2016-07-05 06:35:32 +08:00
# perma-dl.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://perma-dl.s3.amazonaws.com/Perma-v#{version}.zip"
2016-06-10 18:20:05 +08:00
name 'Perma'
homepage 'https://per.ma/'
2016-06-10 18:20:05 +08:00
app 'Perma.app'
end