homebrew-cask/Casks/pliny.rb

11 lines
265 B
Ruby
Raw Normal View History

2014-08-22 05:50:05 +08:00
class Pliny < Cask
version '1.1.0'
sha256 '1c263c181988e3cbbc110aa2802470272d7d3969cd6aa309af98b63a2680b215'
2014-09-26 20:09:07 +08:00
url "http://pliny.cch.kcl.ac.uk/pliny-app-#{version}.tar.gz"
2014-08-22 05:50:05 +08:00
homepage 'http://pliny.cch.kcl.ac.uk'
2014-10-01 23:33:38 +08:00
license :unknown
2014-08-22 05:50:05 +08:00
2014-09-16 00:06:08 +08:00
app 'Pliny/pliny.app'
2014-08-22 05:50:05 +08:00
end