homebrew-cask/Casks/padre.rb

13 lines
371 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'padre' do
2014-06-02 19:43:29 +08:00
version '0.92.0'
sha256 '481088a40bc71bd62d13ac23ed8fbfa3b8fc651587b9e47461795a9a78032d87'
2015-01-18 10:04:39 +08:00
# wildperl.com is the official download host per the vendor homepage
url "http://wildperl.com/wp-content/uploads/Padre/padre-osx-uni-#{version.gsub('.', '-')}.dmg"
2015-04-17 04:37:34 +08:00
name 'Padre'
homepage 'http://padre.perlide.org'
license :oss
2014-09-16 00:06:05 +08:00
app 'Padre.app'
2014-06-02 19:43:29 +08:00
end