mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
280 B
Ruby
7 lines
280 B
Ruby
class Scribus < Cask
|
|
url 'http://downloads.sourceforge.net/project/scribus/scribus/1.4.3/scribus-1.4.3.dmg'
|
|
homepage 'http://www.scribus.net/canvas/Scribus'
|
|
version '1.4.3'
|
|
sha256 '1a3f768bda891e2a00e0a8a5cae47ff9ec3213285436e292c2d23d9dda360639'
|
|
link 'Scribus.app'
|
|
end
|