excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / h / hp-prime.rb
blob323b894f8b34bf0a07b6d3123295db4fff132134
1 cask "hp-prime" do
2   version "2020-01-16"
3   sha256 "d29067ff767a7ad8b6fc565bed8ccf39edf386be3e7fc0ca5290670cd346911d"
5   url "https://ftp.hp.com/pub/calculators/Prime/HP_Prime_Virtual_Calculator_#{version.hyphens_to_underscores}.dmg"
6   name "HP Prime"
7   desc "Graphing calculator emulator"
8   homepage "https://www.hp.com/us-en/calculators.html"
10   livecheck do
11     url "https://www.hpcalc.org/details/7799"
12     regex(/<title>.*?\((\d+(?:-\d+)+)\)/i)
13   end
15   depends_on macos: ">= :sierra"
17   app "HP Prime.app"
19   caveats do
20     requires_rosetta
21   end
22 end