mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
288 B
Ruby
10 lines
288 B
Ruby
class Pcalc < Cask
|
|
version '3.9'
|
|
sha256 '3d0b3c034c944e2d007f95d201fd999d3c98c29fc7e65105bdaeb04c3b7b8310'
|
|
|
|
url 'https://s3.amazonaws.com/tlasystems/PCalc-3.9.dmg'
|
|
appcast 'http://www.pcalc.com/PCalcSUFeed.xml'
|
|
homepage 'http://www.pcalc.com/index.html'
|
|
|
|
link 'PCalc.app'
|
|
end
|