From 3bcba189e0df14b837af16c73e283b33eab87d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=E7=93=9C=E5=93=A5?= Date: Fri, 31 Mar 2017 09:44:33 -0500 Subject: [PATCH] add flower-password (#31690) * add flower-password * Update and rename flower-password.rb to huamim.rb * Update huamim.rb * Update huamim.rb --- Casks/huamim.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Casks/huamim.rb diff --git a/Casks/huamim.rb b/Casks/huamim.rb new file mode 100644 index 00000000000..d6ec60ed482 --- /dev/null +++ b/Casks/huamim.rb @@ -0,0 +1,16 @@ +cask 'huamim' do + version :latest + sha256 :no_check + + # kisexu-file.b0.upaiyun.com/fp/app was verified as official when first introduced to the cask + url 'https://kisexu-file.b0.upaiyun.com/fp/app/huami-mac.zip' + name 'HuaMiM' + name 'Flower Password' + homepage 'https://flowerpassword.com/' + + auto_updates true + + app 'HuaMiM.app' + + zap delete: '~/Library/Preferences/com.warwithinme.HuaMiM.plist' +end