From 1e5c7df26f2e6a2d02587f7efdc4e8c235700257 Mon Sep 17 00:00:00 2001 From: asins Date: Tue, 23 Feb 2021 13:04:46 +0800 Subject: [PATCH] Add WanNianLi app (#100124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add WanNianLi.app * Fix cask sha256 * Fix reference * Fix header line does not match the file name * Fix download url change to github * Fix download url change to github * Fix download url change to github * Fix download url change to github * Update wannianli.rb Co-authored-by: asins Co-authored-by: Vítor Galvão --- Casks/wannianli.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Casks/wannianli.rb diff --git a/Casks/wannianli.rb b/Casks/wannianli.rb new file mode 100644 index 0000000000..bc7bc6153f --- /dev/null +++ b/Casks/wannianli.rb @@ -0,0 +1,15 @@ +cask "wannianli" do + version "2019-12-06" + sha256 "702298f34ca2576a02388a4103fc0e09a4aae753df21ca2e012f6f87497db6e9" + + url "https://github.com/zfdang/chinese-lunar-calendar-for-mac/releases/download/#{version}/WanNianLi.app-v#{version.no_hyphens}.zip" + name "WanNianLi" + desc "Chinese lunar calendar on the menu bar" + homepage "https://github.com/zfdang/chinese-lunar-calendar-for-mac/" + + depends_on macos: ">= :el_capitan" + + app "WanNianLi.app" + + zap trash: "~/Library/Application Support/com.zfdang.calendar" +end