homebrew-cask/Casks/niftyman.rb

14 lines
530 B
Ruby
Raw Normal View History

2020-10-10 10:11:10 +08:00
cask "niftyman" do
version "1.0.3"
sha256 "d77e091b32061de8327c5d19c296398e76e2f759ece2d39af17cc8d0595f4daa"
# notion-menubar-updates.s3-us-west-2.amazonaws.com was verified as official when first introduced to the cask
url "https://notion-menubar-updates.s3-us-west-2.amazonaws.com/Niftyman-#{version}.dmg"
appcast "https://notion-menubar-updates.s3.amazonaws.com/latest-mac.yml"
name "Niftyman"
desc "Access the Notion tool from the menu bar"
homepage "https://shadowfax.app/niftyman"
app "Niftyman.app"
end