phinze/homebrew-cask

View on GitHub
Casks/o/openboardview.rb

Summary

Maintainability
A
25 mins
Test Coverage
cask "openboardview" do
  version "9.95.1"
  sha256 "dcc5646053f2635ece1a88a8412c87aca738519d16becc38870520549b72db1a"

  url "https://github.com/OpenBoardView/OpenBoardView/releases/download/#{version}/OpenBoardView-#{version}-Darwin.dmg",
      verified: "github.com/OpenBoardView/OpenBoardView/"
  name "OpenBoardView"
  desc "File viewer for .brd files"
  homepage "https://openboardview.org/"

  livecheck do
    url :url
    strategy :github_latest
  end

  app "openboardview.app"
end