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
251 B
Ruby
7 lines
251 B
Ruby
class Unpkg < Cask
|
|
url 'http://github.com/downloads/timdoug/unpkg/unpkg-4.5.zip'
|
|
homepage 'http://www.timdoug.com/unpkg/'
|
|
version '4.5'
|
|
sha256 'e32754b07073b383320d2bc0ce4ba9bd83a3f352043bd6f500741901f00c8c17'
|
|
link 'unpkg 4.5/unpkg.app'
|
|
end
|