Merge pull request #200541 from Homebrew/bump-roam-147.0.0-beta001
[Homebrew/homebrew-cask.git] / Casks / s / shop-different.rb
bloba172e1aa599dd1e4ab1bf83bdff21dade365f631
1 cask "shop-different" do
2   version "1.0.1"
3   sha256 "513f2d0a9492ca7efd36dfc921229be4771bf86f3734faf5a13218e6a6d8173c"
5   url "https://files.departmentmap.store/file/AppleStoreTimeMachine/Shop+Different+#{version}.dmg"
6   name "Apple Store Time Machine"
7   desc "3D reconstruction of Apple Retail Stores on their opening days"
8   homepage "https://departmentmap.store/timemachine/"
10   livecheck do
11     url :homepage
12     regex(%r{href=.*?/Shop\+Different\+(\d+(?:\.\d+)+)\.dmg}i)
13   end
15   depends_on macos: ">= :high_sierra"
17   app "Shop Different.app"
19   zap trash: [
20     "~/Library/Logs/Michael Steeber/Shop Different",
21     "~/Library/Preferences/com.MichaelSteeber.ShopDifferent.plist",
22     "~/Library/Saved Application State/com.MichaelSteeber.ShopDifferent.savedState",
23   ]
24 end