mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
10 lines
279 B
Ruby
10 lines
279 B
Ruby
class Hugin < Cask
|
|
version '2013.0.0'
|
|
sha256 '528cc2249d4cdf9267e85ab836ff36cc0e2450de6663661adfc5e2cc3ef1ec60'
|
|
|
|
url "https://downloads.sourceforge.net/sourceforge/hugin/Hugin-#{version}.dmg"
|
|
homepage 'http://hugin.sourceforge.net/'
|
|
license :oss
|
|
|
|
app 'Hugin.app'
|
|
end
|