Files
homebrew-cask/Casks/b/baudline.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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