Skip to content

Commit

Permalink
Merge pull request Homebrew#202667 from Homebrew/freealut-add-livecheck
Browse files Browse the repository at this point in the history
freealut: add livecheck
  • Loading branch information
chenrui333 authored Dec 28, 2024
2 parents a0421d2 + 218070f commit b0ee632
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/f/freealut.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ class Freealut < Formula
sha256 "60d1ea8779471bb851b89b49ce44eecb78e46265be1a6e9320a28b100c8df44f"
license "LGPL-2.0-only"

livecheck do
url "https://deb.debian.org/debian/pool/main/f/freealut/"
regex(/href=.*?freealut[._-]v?(\d+(?:\.\d+)+)\.orig\.t/i)
end

bottle do
sha256 cellar: :any, arm64_sequoia: "74fb9b51f64c8f9683e853836bf34c519fe2dc3d58d97a44b0db070bf7b737cf"
sha256 cellar: :any, arm64_sonoma: "0e38d6b21c45fe87a07e97bbdee177a22de254c35873f5d3b6cd17c896221af5"
Expand Down

0 comments on commit b0ee632

Please sign in to comment.