Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / z / zeronet.rb
blobf51b56fb1770cfef19cb73e2473968353fe0e490
1 cask "zeronet" do
2   version "0.7.1"
3   sha256 :no_check
5   url "https://github.com/HelloZeroNet/ZeroNet-dist/archive/refs/heads/mac/ZeroNet-dist-mac.tar.gz",
6       verified: "github.com/HelloZeroNet/ZeroNet-dist/"
7   name "ZeroNet"
8   desc "Decentralised websites using Bitcoin crypto and BitTorrent network"
9   homepage "https://zeronet.io/"
11   # see https://github.com/HelloZeroNet/ZeroNet/issues/2847
12   deprecate! date: "2024-06-17", because: :unmaintained
14   app "ZeroNet-dist-mac/ZeroNet.app"
16   zap trash: [
17     "~/Library/Application Support/ZeroNet",
18     "~/Library/Saved Application State/org.pythonmac.unspecified.ZeroNet.savedState",
19   ]
21   caveats do
22     requires_rosetta
23   end
24 end