mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
570 B
Ruby
21 lines
570 B
Ruby
cask "hydrus-network" do
|
|
version "554"
|
|
sha256 "3947a09d8d7b12d7bc8781a106b5d7c847b92cf9fdff51dceb9ecb607d1463c0"
|
|
|
|
url "https://github.com/hydrusnetwork/hydrus/releases/download/v#{version}/Hydrus.Network.#{version}.-.macOS.-.App.dmg",
|
|
verified: "github.com/hydrusnetwork/hydrus/"
|
|
name "hydrus-network"
|
|
desc "Booru-style media tagger"
|
|
homepage "https://hydrusnetwork.github.io/hydrus/"
|
|
|
|
livecheck do
|
|
url :url
|
|
regex(/v?(\d+(?:\.\d+)*[a-z]?)/i)
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Hydrus Network.app"
|
|
|
|
zap trash: "~/Library/Hydrus/"
|
|
end
|