mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add WanNianLi app (#100124)
* 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 <asinsimple@alibaba-inc.com> Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
co-authored by
asins
Vítor Galvão
parent
2109587a2c
commit
1e5c7df26f
@@ -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
|
||||
Reference in New Issue
Block a user