mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
309 B
Ruby
7 lines
309 B
Ruby
class Ukelele < Cask
|
|
url 'http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Ukelele_2.2.6&filename=Ukelele_2.2.6.dmg'
|
|
homepage 'http://scripts.sil.org/ukelele'
|
|
version '2.2.6'
|
|
sha256 '532c0b0fb913b19c5a4de7e5e26185f2d0c00b21b48bf842a5bc62c402802237'
|
|
link 'Ukelele.app'
|
|
end
|