mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
293 B
Ruby
9 lines
293 B
Ruby
class Photoninja < Cask
|
|
version '1.2.1'
|
|
sha256 '81f62282865c53d2ed653ea2494f44d9e4d82cce623e85c651bb9aa8ccb26794'
|
|
|
|
url "https://picturecode.cachefly.net/photoninja/downloads/Install_PhotoNinja_#{version}.dmg"
|
|
homepage 'http://www.picturecode.com/index.php'
|
|
|
|
app 'PhotoNinja.app'
|
|
end
|