mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
306 B
Ruby
7 lines
306 B
Ruby
class Dataurlmaker < Cask
|
|
url 'https://github.com/sveinbjornt/Data-URL-Toolkit/raw/master/Releases/DataURLMaker-1.1.zip'
|
|
homepage 'https://github.com/sveinbjornt/Data-URL-Toolkit'
|
|
version '1.1'
|
|
sha256 'dc297a57ea7180273a17fe8503f7ed7423afb66e210f67d32c4e566fa8e797e1'
|
|
link 'DataURLMaker.app'
|
|
end
|