homebrew-cask/Casks/portfolioperformance.rb

19 lines
627 B
Ruby

cask 'portfolioperformance' do
version '0.34.1'
sha256 'ccce469f69070c7f791743223c42f9abc27d4b66c6aa99c5de074c306fbcf0bd'
# 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-distro-#{version}-macosx.cocoa.x86_64.tar.gz"
appcast 'https://github.com/buchen/portfolio/releases.atom'
name 'Portfolio Performance'
homepage 'https://www.portfolio-performance.info/portfolio/'
auto_updates true
app 'PortfolioPerformance.app'
caveats do
depends_on_java '8+'
end
end