Skip to content

Commit

Permalink
Merge pull request Homebrew#202671 from Homebrew/glulxe-add-livecheck
Browse files Browse the repository at this point in the history
glulxe: add livecheck
  • Loading branch information
chenrui333 authored Dec 28, 2024
2 parents 0874c31 + 869d041 commit a4a82db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/g/glulxe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ class Glulxe < Formula
license "MIT"
head "https://github.com/erkyrath/glulxe.git", branch: "master"

livecheck do
url :homepage
regex(/href=.*?glulxe[._-]v?\d+(?:\.\d+)*\.t[^>]+?>\s*Glulxe\s+v?(\d+(?:\.\d+)+)\s*</im)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdc5dcc5eba9d4e5417b56c4cdee27958bd6ba76e5cecc60e46fff7aa4b754ef"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6605dc4b713cf75ff1e2082b4e515bbb3ec36dbb2846da6786538e1449fcef8b"
Expand Down

0 comments on commit a4a82db

Please sign in to comment.