homebrew-cask/Casks/portfolioperformance.rb

19 lines
619 B
Ruby

cask 'portfolioperformance' do
version '0.32.0'
sha256 'f8eec0df57404110b479d908b73c94289aebfbe9e1ea27ae960ad1c47a6159b2'
# bintray.com/buchen/downloads was verified as official when first introduced to the cask
url "https://bintray.com/buchen/downloads/download_file?file_path=#{version}%2FPortfolioPerformance-#{version}-macosx.cocoa.x86_64.tar.gz"
appcast 'https://github.com/buchen/portfolio/releases.atom'
name 'Portfolio Performance'
homepage 'http://www.portfolio-performance.info/portfolio/'
auto_updates true
app 'PortfolioPerformance.app'
caveats do
depends_on_java '8+'
end
end