Skip to content

Commit

Permalink
aerial@beta: migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Apr 29, 2024
1 parent 12ec1c7 commit 30e4bcd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Casks/a/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cask "aerial@beta" do
version "3.2.7beta9"
sha256 "ab54eb9a072ed770ee0bebec73f4537958b7ba3dcad4fba761679146096c6031"

url "https://github.com/JohnCoates/Aerial/releases/download/v#{version}/Aerial.saver.zip",
verified: "github.com/JohnCoates/Aerial/"
name "Aerial Screensaver"
desc "Apple TV Aerial screensaver"
homepage "https://aerialscreensaver.github.io/"

livecheck do
url "https://github.com/JohnCoates/Aerial/releases?q=prerelease%3Atrue&expanded=true"
regex(/^v?(\d+(?:\.\d+)*beta\d+)$/i)
end

conflicts_with cask: "aerial"
depends_on macos: ">= :sierra"

screen_saver "Aerial.saver"

zap trash: [
"~/Library/Application Support/Aerial",
"~/Library/Caches/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.*/Data/Library/Application Support/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.*/Data/Library/Application Support/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.*/Data/Library/Caches/Aerial",
"~/Library/Containers/com.apple.ScreenSaver.*/Data/Library/Caches/Aerial/",
"~/Library/Containers/com.apple.ScreenSaver.*/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial*.plist",
"~/Library/Preferences/ByHost/com.JohnCoates.Aerial*",
"~/Library/Screen Savers/Aerial.saver",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"aerial@beta": "all",
"altdeploy": "all",
"bitbar": "all",
"cleartext": "all",
Expand Down

0 comments on commit 30e4bcd

Please sign in to comment.