mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
Aggregators should be avoided when possible. This vendor url was discoverable from the appcast.
11 lines
365 B
Ruby
11 lines
365 B
Ruby
class Identify < Cask
|
|
version '545'
|
|
sha256 'e850d12335befe8c092b8758f0ca1b26cb7f0c1decda98e5ef0525b3a37fb2d2'
|
|
|
|
url "http://identify2.arrmihardies.com/appCast/iDentifyLite#{version}.zip"
|
|
appcast 'http://dl.dropbox.com/u/1495067/iDentifySparkle/iDentifyAppcast.xml'
|
|
homepage 'http://identify2.arrmihardies.com/'
|
|
license :unknown
|
|
|
|
app 'iDentify.app'
|
|
end
|