Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / n / noti.rb
blob869c6fb3e83d7b2ef59c8749c3ef0293a4890af3
1 cask "noti" do
2   version "0.3.2"
3   sha256 "3ad018a37b2a16f019aac3680fd83ae6e5580a5548210179d305cdbf330eedad"
5   url "https://github.com/jariz/Noti/releases/download/#{version}/Noti.dmg",
6       verified: "github.com/jariz/Noti/"
7   name "Noti"
8   desc "Utility to show notifications from an Android device"
9   homepage "https://noti.center/"
11   deprecate! date: "2024-01-13", because: :discontinued
12   disable! date: "2025-01-14", because: :discontinued
14   auto_updates true
16   app "Noti.app"
17 end