Skip to content

Commit

Permalink
Merge pull request #189160 from realSunyz/follow-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Oct 22, 2024
2 parents 3b29088 + 9d471a4 commit 657354c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Casks/f/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cask "follow@nightly" do
version "0.0.1-nightly.20241021"
sha256 "ed44a117e1631417ddbe5a224cbe63b1e6f6401ba5014cbcc992b6963dffa114"

url "https://github.com/RSSNext/Follow/releases/download/nightly-#{version}/Follow-#{version}-macos-universal.dmg",
verified: "github.com/RSSNext/Follow/"
name "Follow Nightly"
desc "Information browser"
homepage "https://follow.is/"

livecheck do
url :url
regex(/^nightly[._-]v?(\d+(?:\.\d+)+(?:[._-]nightly[._-]?\d+)?)$/i)
end

depends_on macos: ">= :big_sur"

app "Follow.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/is.follow.sfl*",
"~/Library/Application Support/Follow",
"~/Library/Logs/Follow",
"~/Library/Preferences/is.follow.plist",
"~/Library/Saved Application State/is.follow.savedState",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devtoys": "all",
"drop-to-gif": "all",
"duplicati": "all",
"follow@nightly": "all",
"font-devicons": "all",
"font-gilbert": "all",
"font-zhuque-fangsong": "all",
Expand Down

0 comments on commit 657354c

Please sign in to comment.