mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
10 lines
333 B
Ruby
10 lines
333 B
Ruby
cask :v1 => 'dataurlmaker' do
|
|
version '1.1'
|
|
sha256 'dc297a57ea7180273a17fe8503f7ed7423afb66e210f67d32c4e566fa8e797e1'
|
|
|
|
url "https://github.com/sveinbjornt/Data-URL-Toolkit/raw/master/Releases/DataURLMaker-#{version}.zip"
|
|
homepage 'https://github.com/sveinbjornt/Data-URL-Toolkit'
|
|
license :gpl
|
|
|
|
app 'DataURLMaker.app'
|
|
end
|