excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / n / nocturnal.rb
blob45c812b5e2ec25d5ffd18970a2f408520eae4fef
1 cask "nocturnal" do
2   version "0.3"
3   sha256 "a66c59daa1d1c59e5403aee4eb868a3967f1bdb4d90033fa3ee692bffd7db0b9"
5   url "https://github.com/HarshilShah/Nocturnal/releases/download/#{version}/Nocturnal.zip"
6   name "Nocturnal"
7   desc "Simple app to toggle dark mode with one click"
8   homepage "https://github.com/HarshilShah/Nocturnal"
10   deprecate! date: "2024-07-27", because: :unmaintained
12   depends_on macos: ">= :mojave"
14   app "Nocturnal.app"
16   caveats do
17     requires_rosetta
18   end
19 end