homebrew-cask/Casks/packet-peeper.rb

18 lines
723 B
Ruby

cask 'packet-peeper' do
version '2014-06-15'
sha256 'b562a9eaf38d6e668135505799829588b212d65270d3d24bff93a9b3128a0c44'
# bitbucket.org/choll/packetpeeper was verified as official when first introduced to the cask
url "https://bitbucket.org/choll/packetpeeper/downloads/PacketPeeper_#{version}.dmg"
name 'Packet Peeper'
homepage 'https://packetpeeper.org/'
app 'Packet Peeper.app'
zap trash: [
'~/Library/Preferences/org.PacketPeeper.plist',
'~/Library/Saved Application State/org.PacketPeeper.savedState',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.packetpeeper.sfl*',
]
end