Module: Homebrew::Livecheck::Constants Private

Included in:
Formula
Defined in:
livecheck/constants.rb

Overview

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

The Constants module provides constants that are intended to be used in livecheck block values (e.g. url, regex).

Constant Summary collapse

LATEST_VERSION =

This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.

A placeholder string used in resource livecheck block URLs that will be replaced with the latest version from the main formula check.

"<FORMULA_LATEST_VERSION>"