mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
275 B
Ruby
10 lines
275 B
Ruby
cask :v1 => 'pencil' do
|
|
version '2.0.6'
|
|
sha256 'dacd76c658b12101457d17a4ade0b3f9c6a012f8eddacd379c41e372545ffac6'
|
|
|
|
url "https://evoluspencil.googlecode.com/files/Pencil-#{version}-mac.tar.bz2"
|
|
homepage 'http://pencil.evolus.vn'
|
|
license :oss
|
|
|
|
app 'Pencil.app'
|
|
end
|