mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
572 B
Ruby
21 lines
572 B
Ruby
cask "manyverse" do
|
|
version "0.2310.9-beta"
|
|
sha256 "b5defc07fb08b6f8bf9c5eabdb0801b035b2b5eb95fb5de76efd3975f3b3c5b7"
|
|
|
|
url "https://github.com/staltz/manyverse/releases/download/v#{version}/Manyverse-#{version}.dmg",
|
|
verified: "github.com/staltz/manyverse/"
|
|
name "Manyverse"
|
|
desc "Social network built on the peer-to-peer SSB protocol"
|
|
homepage "https://www.manyver.se/"
|
|
|
|
livecheck do
|
|
url :url
|
|
regex(/v?(\d+(?:\.\d+)+-beta)/i)
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Manyverse.app"
|
|
|
|
zap trash: "~/Library/Application Support/manyverse"
|
|
end
|