mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
258 B
Ruby
9 lines
258 B
Ruby
class Chemdoodle < Cask
|
|
version '6.0.1'
|
|
sha256 '004c4d828230f4640678ba31ef07bf878e00ef3f225144fa088a81c4279c1776'
|
|
|
|
url "http://www.chemdoodle.com/downloads/ChemDoodle-osx-#{version}.dmg"
|
|
homepage 'http://www.chemdoodle.com'
|
|
|
|
suite 'ChemDoodle'
|
|
end
|