mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #163642 from chenrui333/hakuneko-homepage
This commit is contained in:
+13
-2
@@ -2,9 +2,11 @@ cask "hakuneko" do
|
||||
version "6.1.7"
|
||||
sha256 "5ee455ce2f9bcebdf598182dccb46dbf66637d78920fce6267b30e7db170f987"
|
||||
|
||||
url "https://github.com/manga-download/hakuneko/releases/download/v#{version}/hakuneko-desktop_#{version}_macos_amd64.dmg"
|
||||
url "https://github.com/manga-download/hakuneko/releases/download/v#{version}/hakuneko-desktop_#{version}_macos_amd64.dmg",
|
||||
verified: "github.com/manga-download/hakuneko/"
|
||||
name "HakuNeko"
|
||||
homepage "https://github.com/manga-download/hakuneko"
|
||||
desc "Manga and anime downloader and reader"
|
||||
homepage "https://hakuneko.download/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
@@ -12,4 +14,13 @@ cask "hakuneko" do
|
||||
end
|
||||
|
||||
app "HakuNeko Desktop.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/hakuneko-desktop",
|
||||
"~/Library/Preferences/https:/git.io/hakuneko.plist",
|
||||
]
|
||||
|
||||
caveats do
|
||||
requires_rosetta
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user