homebrew-cask/Casks/padre.rb

13 lines
377 B
Ruby
Raw Normal View History

2014-11-14 01:26:35 +08:00
cask :v1 => '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
2014-10-22 22:35:42 +08:00
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