ebibookreader: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:45:52 -05:00
parent e5a292ef8c
commit 194a6b43d7
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -7,11 +7,9 @@ cask "ebibookreader" do
desc "Ebook reader"
homepage "https://www.ebookjapan.jp/ebj/reader/mac/"
deprecate! date: "2023-12-17", because: :discontinued
pkg "ebibookreader.pkg"
uninstall pkgutil: "jp.co.ebookjapan.ebibookreader1360.ebiBookReader.pkg"
caveats do
discontinued
end
end