phinze/homebrew-cask

View on GitHub
Casks/u/unlox.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "unlox" do
  version "3.0.4.2"
  sha256 :no_check

  url "https://unlox.it/download/"
  name "Unlox"
  desc "Unlock your computer with your fingerprint"
  homepage "https://unlox.it/get"

  livecheck do
    url "https://unlox.it/download/update.php"
    strategy :sparkle, &:version
  end

  depends_on macos: ">= :high_sierra"

  app "Unlox.app"

  caveats do
    requires_rosetta
  end
end