Skip to content

Commit

Permalink
Merge pull request #195453 from aaronraimist/bump-netnewswire-6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Dec 16, 2024
2 parents 57d4051 + af94c20 commit a1e6944
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Casks/n/netnewswire.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@
version "6.1.4"
sha256 "74d75b9e25c6adef06dbf01cd060771872769357448879809535f77493840bbb"

url "https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-#{version}/NetNewsWire#{version}.zip",
verified: "github.com/Ranchero-Software/NetNewsWire/"

livecheck do
skip "Legacy version"
end
end
on_ventura :or_newer do
version "6.1.6"
sha256 "7e261dd4ca5262a792c308f258f34a89c87c5756f8484ddbd00c7c58c0b6d0da"
version "6.1.7"
sha256 "6108dad6dc46725ffaf879a7d8c57673fbeaa27a8e55b6b6153426d5ffea39aa"

url "https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-#{version}-release/NetNewsWire#{version}.zip",
verified: "github.com/Ranchero-Software/NetNewsWire/"

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

url "https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-#{version}/NetNewsWire#{version}.zip",
verified: "github.com/Ranchero-Software/NetNewsWire/"
name "NetNewsWire"
desc "Free and open-source RSS reader"
homepage "https://netnewswire.com/"
Expand Down

0 comments on commit a1e6944

Please sign in to comment.