excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / u / unlox.rb
blobb016894a4ed3f891aaf2d3e6f69ca83f082bbff6
1 cask "unlox" do
2   version "3.0.4.2"
3   sha256 :no_check
5   url "https://unlox.it/download/"
6   name "Unlox"
7   desc "Unlock your computer with your fingerprint"
8   homepage "https://unlox.it/get"
10   livecheck do
11     url "https://unlox.it/download/update.php"
12     strategy :sparkle, &:version
13   end
15   depends_on macos: ">= :high_sierra"
17   app "Unlox.app"
19   caveats do
20     requires_rosetta
21   end
22 end