mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
269 B
Ruby
10 lines
269 B
Ruby
cask :v1 => 'pflists' do
|
|
version '1.0.1'
|
|
sha256 '024cd972503df8b7b01602e092a9b900b6758b33ba040860fd46af3bb53f2856'
|
|
|
|
url "http://www.hanynet.com/pflists-#{version}.zip"
|
|
homepage 'http://www.hanynet.com/pflists/index.html'
|
|
license :oss
|
|
|
|
app 'PFLists.app'
|
|
end
|