Skip to content

Commit

Permalink
pidgin 2.14.14
Browse files Browse the repository at this point in the history
pidgin: add livecheck for pidgin-otr

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jan 23, 2025
1 parent 9ac5e2d commit ab21806
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Formula/p/pidgin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ class Pidgin < Formula
desc "Multi-protocol chat client"
homepage "https://pidgin.im/"
license "GPL-2.0-or-later"
revision 1

stable do
url "https://downloads.sourceforge.net/project/pidgin/Pidgin/2.14.13/pidgin-2.14.13.tar.bz2"
sha256 "120049dc8e17e09a2a7d256aff2191ff8491abb840c8c7eb319a161e2df16ba8"
url "https://downloads.sourceforge.net/project/pidgin/Pidgin/2.14.14/pidgin-2.14.14.tar.bz2"
sha256 "0ffc9994def10260f98a55cd132deefa8dc4a9835451cc0e982747bd458e2356"

depends_on "intltool" => :build
depends_on "at-spi2-core"
Expand Down Expand Up @@ -40,6 +39,11 @@ class Pidgin < Formula
resource "pidgin-otr" do
url "https://otr.cypherpunks.ca/pidgin-otr-4.0.2.tar.gz"
sha256 "f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4"

livecheck do
url "https://otr.cypherpunks.ca/#downloads"
regex(/href=.*?pidgin-otr[._-]v?(\d+(?:\.\d+)+)\.t/i)
end
end
end

Expand Down

0 comments on commit ab21806

Please sign in to comment.