mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
246 B
Ruby
9 lines
246 B
Ruby
class Pliny < Cask
|
|
version '1.1.0'
|
|
sha256 '1c263c181988e3cbbc110aa2802470272d7d3969cd6aa309af98b63a2680b215'
|
|
|
|
url "http://pliny.cch.kcl.ac.uk/pliny-app-#{version}.tar.gz"
|
|
homepage 'http://pliny.cch.kcl.ac.uk'
|
|
|
|
app 'Pliny/pliny.app'
|
|
end
|