homebrew-cask/Casks/electric-sheep.rb

15 lines
460 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'electric-sheep' do
2015-12-09 07:01:50 +08:00
version '2.7b36'
sha256 'e8b35e203264adc6e8801d2e7c725453cca2c3adadda29640144ea3b50d37869'
# d100rc88eim93q.cloudfront.net was verified as official when first introduced to the cask
2015-12-09 07:01:50 +08:00
url "https://d100rc88eim93q.cloudfront.net/electricsheep-#{version}.dmg"
2015-01-10 04:49:46 +08:00
name 'Electric Sheep'
homepage 'http://www.electricsheep.org'
2015-07-10 05:25:39 +08:00
license :gpl
2015-12-09 07:01:50 +08:00
pkg 'Electric Sheep.pkg'
uninstall pkgutil: 'org.electricsheep.electricSheep.*'
end