From dd551ca705e6cd0facbf76e12b372be21c384e6d Mon Sep 17 00:00:00 2001 From: Filip Havrlent Date: Sat, 10 Oct 2020 04:11:10 +0200 Subject: [PATCH] Add cask niftyman 1.0.3 (#90634) --- Casks/niftyman.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/niftyman.rb diff --git a/Casks/niftyman.rb b/Casks/niftyman.rb new file mode 100644 index 00000000000..c94330fb792 --- /dev/null +++ b/Casks/niftyman.rb @@ -0,0 +1,13 @@ +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