siege: use https for stable, livecheck

Closes #121630.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Sam Ford 2023-01-26 23:52:29 -05:00 committed by BrewTestBot
parent aebee05a30
commit 84f19d5233
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
class Siege < Formula class Siege < Formula
desc "HTTP regression testing and benchmarking utility" desc "HTTP regression testing and benchmarking utility"
homepage "https://www.joedog.org/siege-home/" homepage "https://www.joedog.org/siege-home/"
url "http://download.joedog.org/siege/siege-4.1.6.tar.gz" url "https://download.joedog.org/siege/siege-4.1.6.tar.gz"
sha256 "309d589bfc819b6f15d2e5e8591b3c0c6f693624f5060eeac067a4d9a7757de9" sha256 "309d589bfc819b6f15d2e5e8591b3c0c6f693624f5060eeac067a4d9a7757de9"
license "GPL-3.0-or-later" license "GPL-3.0-or-later"
livecheck do livecheck do
url "http://download.joedog.org/siege/?C=M&O=D" url "https://download.joedog.org/siege/?C=M&O=D"
regex(/href=.*?siege[._-]v?(\d+(?:\.\d+)+)\.t/i) regex(/href=.*?siege[._-]v?(\d+(?:\.\d+)+)\.t/i)
end end