Files
homebrew-cask/Casks/a/aware.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
391 B
Ruby

cask "aware" do
version "1.0.6"
sha256 "d987999711365f0d925a8e64da8122e1ae501e45e6782fa093264180b0e32b45"
url "https://github.com/josh/Aware/releases/download/v#{version}/Aware.zip",
verified: "github.com/josh/Aware/"
name "Aware"
desc "Menubar app to track active computer use"
homepage "https://awaremac.com/"
app "Aware.app"
caveats do
discontinued
end
end