Skip to content

Commit

Permalink
parallel: update livecheck url and regex (Homebrew#61085)
Browse files Browse the repository at this point in the history
  • Loading branch information
samford authored Sep 13, 2020
1 parent c13d9aa commit ce20115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/parallel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class Parallel < Formula
head "https://git.savannah.gnu.org/git/parallel.git"

livecheck do
url "https://savannah.gnu.org/projects/parallel/"
regex(/GNU Parallel v?(\d+).*released \[stable\]/i)
url :homepage
regex(/GNU Parallel v?(\d{6,8}).*? released \[stable\]/i)
end

bottle do
Expand Down

0 comments on commit ce20115

Please sign in to comment.