Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / w / windows95.rb
blob8152f73102710cd6f04b6bb05a902415ccdcf894
1 cask "windows95" do
2   # NOTE: "95" is not a version number, but an intrinsic part of the product name
3   arch arm: "arm64", intel: "x64"
5   version "3.1.1"
6   sha256 arm:   "f269b76a0f8454a163053caae3d306ca7dc38d8eedd2bc343c9f363a1a88f02f",
7          intel: "574198aa286094be84a1dab896d1a5d23a7f4173ec212bddcad3c9830a36fe31"
9   url "https://github.com/felixrieseberg/windows95/releases/download/v#{version}/windows95-darwin-#{arch}-#{version}.zip"
10   name "Windows 95"
11   desc "Electron Windows 95"
12   homepage "https://github.com/felixrieseberg/windows95"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   auto_updates true
20   depends_on macos: ">= :high_sierra"
22   app "windows95.app"
24   zap trash: [
25     "~/Library/Application Support/windows95",
26     "~/Library/Caches/com.felixrieseberg.windows95",
27     "~/Library/Caches/com.felixrieseberg.windows95.ShipIt",
28     "~/Library/Preferences/com.felixrieseberg.windows95.plist",
29     "~/Library/Saved Application State/com.felixrieseberg.windows95.savedState",
30   ]
31 end