mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
442 B
Ruby
17 lines
442 B
Ruby
cask "baudline" do
|
|
version "1.08"
|
|
sha256 "f47201069812333c36715beaacb17de93bc8fa5f7e68952fe51296f04df69f83"
|
|
|
|
url "https://www.baudline.com/baudline_#{version}_macosx_universal.dmg"
|
|
name "baudline"
|
|
desc "Time-frequency browser"
|
|
homepage "https://www.baudline.com/"
|
|
|
|
livecheck do
|
|
url "https://www.baudline.com/download.html"
|
|
regex(/href=.*?baudline_(\d+(?:\.\d+)+)_macosx_universal\.dmg/i)
|
|
end
|
|
|
|
app "baudline.app"
|
|
end
|