Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql-unit prefix: add livecheck block #228

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Formula/postgresql-unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ class PostgresqlUnit < Formula
sha256 "95bd28deba70bd7d5a28ddceb28fa8dcabbb0821851e8ef62207459d780a2d70"
license "GPL-3.0-or-later"

livecheck do
url :stable
strategy :github_latest
end

bottle do
root_url "https://ghcr.io/v2/bayandin/tap"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3bdd402ec5d72ab1457469118bf850695265582e27a3f6975022279bfb327cdb"
Expand Down
5 changes: 5 additions & 0 deletions Formula/prefix.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Prefix < Formula

Check warning on line 1 in Formula/prefix.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

prefix: Formula version newer than livecheck

The formula version (1.2.10) is newer than the version from `brew livecheck` (1.2.9).

Check warning on line 1 in Formula/prefix.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

prefix: Formula version newer than livecheck

The formula version (1.2.10) is newer than the version from `brew livecheck` (1.2.9).

Check warning on line 1 in Formula/prefix.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

prefix: Formula version newer than livecheck

The formula version (1.2.10) is newer than the version from `brew livecheck` (1.2.9).

Check warning on line 1 in Formula/prefix.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

prefix: Formula version newer than livecheck

The formula version (1.2.10) is newer than the version from `brew livecheck` (1.2.9).
desc "Module PostgreSQL for Prefix Matching"
homepage "https://github.com/dimitri/prefix"
url "https://github.com/dimitri/prefix/archive/refs/tags/v1.2.10.tar.gz"
Expand All @@ -6,6 +6,11 @@
license "PostgreSQL"
revision 1

livecheck do
url :stable
strategy :github_latest
end

bottle do
root_url "https://ghcr.io/v2/bayandin/tap"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "21c708008a7f019d845db8d54e49e8a40ff2268a42357bdeed309f5a674a352e"
Expand Down