mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Licensed like perl under both (https://github.com/PadreIDE/Padre/blob/master/LICENSE) the gpl (https://github.com/PadreIDE/Padre/blob/master/COPYING) and artistic license (https://github.com/PadreIDE/Padre/blob/master/Artistic)
11 lines
362 B
Ruby
11 lines
362 B
Ruby
cask :v1 => 'padre' do
|
|
version '0.92.0'
|
|
sha256 '481088a40bc71bd62d13ac23ed8fbfa3b8fc651587b9e47461795a9a78032d87'
|
|
|
|
# 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"
|
|
homepage 'http://padre.perlide.org'
|
|
license :oss
|
|
|
|
app 'Padre.app'
|
|
end
|