Skip to content

Commit

Permalink
follow@nightly 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Feb 14, 2025
1 parent 3538a66 commit 5b8aee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions Casks/f/[email protected]
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
cask "follow@nightly" do
arch arm: "arm64", intel: "x64"

version "0.3.4-nightly.20250213"
sha256 arm: "d7f93e19f2b57555db28bd836f975f9a6a2979b5325ed46611e58d91f44a8dd1",
intel: "0b860ef2a6ac6d70f3944c0769f5427dca8e27b90a4c3e354fd2bb493890beb5"
version "0.3.5"
sha256 arm: "28f8e58a92802f7579ef181a4c815f9216aa57bd832e41e40aa233861282e4ef",
intel: "1b4c1e13545981b1b7fd77a1904ce0154c82de4806d5c1bf4cedd783c653644c"

url "https://github.com/RSSNext/Follow/releases/download/#{version}/Follow-#{version}-macos-#{arch}.dmg",
url "https://github.com/RSSNext/Follow/releases/download/v#{version}/Follow-#{version}-macos-#{arch}.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

conflicts_with cask: [
"follow",
"follow@alpha",
Expand Down
2 changes: 1 addition & 1 deletion audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devtoys": "all",
"drop-to-gif": "all",
"duplicati": "all",
"follow@nightly": "all",
"follow@nightly": "any",
"font-bravura": "all",
"font-devicons": "all",
"font-gilbert": "all",
Expand Down

0 comments on commit 5b8aee9

Please sign in to comment.