diff --git a/Casks/popcorn-time.rb b/Casks/popcorn-time.rb deleted file mode 100644 index 79883f5..0000000 --- a/Casks/popcorn-time.rb +++ /dev/null @@ -1,18 +0,0 @@ -cask :v1 => 'popcorn-time' do - version '0.3.7-1' - sha256 'ef21b6db873ee173883390bfc83204aa28b869ee24545cc0b6706152f46710ed' - - url "https://cdn.popcorntime.io/build/Popcorn-Time-#{version.gsub('-', '.')}-Mac.dmg", :user_agent => :fake - appcast 'https://popcorntime.io/update.json', - :sha256 => 'a9bd0f4938c7bd1a8a3e42efa32eafa9a97f2b9100283b7a15a4fc5c6213cbc7', - :format => :unknown - name 'Popcorn Time' - homepage 'http://popcorntime.io/' - license :gpl - - app 'Popcorn-Time.app' - - uninstall :quit => ['com.intel.nw', 'com.intel.nw.helper'], - :delete => '/$TMPDIR$/Popcorn-Time' - zap :delete => '~/Library/Application Support/Popcorn-Time' -end diff --git a/Casks/twitterrific.rb b/Casks/twitterrific.rb new file mode 100644 index 0000000..9e71667 --- /dev/null +++ b/Casks/twitterrific.rb @@ -0,0 +1,10 @@ +cask 'twitterrific' do + version '5.0' + sha256 '18d3a17902048d3804b2b080480acc722c404b8e82872f9537fe3d8d081f42ef' + + url 'https://iconfactory.com/assets/software/phoenix/Twitterrific-5.0+76.zip' + name 'Twitterrific' + homepage 'https://twitterrific.com/mac' + + app 'Phoenix.app' +end