repo.or.cz
/
Homebrew
/
homebrew-cask.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
excalidrawz 1.2.5
[Homebrew/homebrew-cask.git]
/
Casks
/
u
/
unlox.rb
blob
b016894a4ed3f891aaf2d3e6f69ca83f082bbff6
1
cask "unlox" do
2
version "3.0.4.2"
3
sha256 :no_check
4
5
url "https://unlox.it/download/"
6
name "Unlox"
7
desc "Unlock your computer with your fingerprint"
8
homepage "https://unlox.it/get"
9
10
livecheck do
11
url "https://unlox.it/download/update.php"
12
strategy :sparkle, &:version
13
end
14
15
depends_on macos: ">= :high_sierra"
16
17
app "Unlox.app"
18
19
caveats do
20
requires_rosetta
21
end
22
end