mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
12 lines
369 B
Ruby
12 lines
369 B
Ruby
cask "plotdigitizer" do
|
|
version "2.6.9"
|
|
sha256 "2f7656ad6957ff00defdce5dddfdaf501ac90b80b2ef515201376a12efe0a004"
|
|
|
|
url "https://downloads.sourceforge.net/plotdigitizer/PlotDigitizer_#{version}_MacOSX.dmg"
|
|
name "Plot Digitizer"
|
|
desc "Digitize scanned plots of functional data"
|
|
homepage "https://plotdigitizer.sourceforge.net/"
|
|
|
|
app "PlotDigitizer.app"
|
|
end
|