mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
561 B
Ruby
21 lines
561 B
Ruby
cask "tinymediamanager" do
|
|
version "4.3.14"
|
|
sha256 "97c0809a369d20729b4d81d66f8bb6d3c196e1c2999f8e75313b7f6e618d77cc"
|
|
|
|
url "https://release.tinymediamanager.org/v#{version.major}/dist/tmm_#{version}_macos-x86_64.zip"
|
|
name "tinyMediaManager"
|
|
desc "Media management tool"
|
|
homepage "https://www.tinymediamanager.org/"
|
|
|
|
livecheck do
|
|
url "https://release.tinymediamanager.org/"
|
|
regex(%r{href=.*?/tmm[._-]v?(\d+(?:\.\d+)+)[._-]macos[._-]x86[._-]64\.zip}i)
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "tinyMediaManager.app"
|
|
|
|
# No zap stanza required
|
|
end
|