Files
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

15 lines
381 B
Ruby

cask "noti" do
version "0.3.2"
sha256 "3ad018a37b2a16f019aac3680fd83ae6e5580a5548210179d305cdbf330eedad"
url "https://github.com/jariz/Noti/releases/download/#{version}/Noti.dmg",
verified: "github.com/jariz/Noti/"
name "Noti"
desc "Utility to show notifications from an Android device"
homepage "https://noti.center/"
auto_updates true
app "Noti.app"
end