We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53a6796 + 5e003bc commit d09b7edCopy full SHA for d09b7ed
Formula/lib/libwapcaplet.rb
@@ -4,9 +4,12 @@ class Libwapcaplet < Formula
4
url "https://download.netsurf-browser.org/libs/releases/libwapcaplet-0.4.3-src.tar.gz"
5
sha256 "9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c"
6
license "MIT"
7
- head "https://git.netsurf-browser.org/libwapcaplet.git", branch: "master"
+ head "git://git.netsurf-browser.org/libwapcaplet.git", branch: "master"
8
9
- no_autobump! because: :requires_manual_review
+ livecheck do
10
+ url :homepage
11
+ regex(/href=.*?libwapcaplet[._-]v?(\d+(?:\.\d+)+)[._-]src\.t/i)
12
+ end
13
14
bottle do
15
sha256 cellar: :any, arm64_tahoe: "0fe941d8b4a3a5f43b00e57bb2d338c53fff1fa2df2070e28cc5bc3bdb4cee97"
0 commit comments