Skip to content

Commit

Permalink
varnish 7.6.0
Browse files Browse the repository at this point in the history
autobump: add varnish

Signed-off-by: Rui Chen <rui@chenrui.dev>

varnish: update test list

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Sep 15, 2024
1 parent 213587b commit 832e0a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2800,6 +2800,7 @@ valijson
valkey
vapor
vapoursynth
varnish
vault-cli
vc
vcluster
Expand Down
8 changes: 5 additions & 3 deletions Formula/v/varnish.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Varnish < Formula
desc "High-performance HTTP accelerator"
homepage "https://www.varnish-cache.org/"
url "https://varnish-cache.org/_downloads/varnish-7.5.0.tgz"
mirror "https://fossies.org/linux/www/varnish-7.5.0.tgz"
sha256 "fca61b983139e1aac61c4546d12a1a3ab9807dbb1d8314571e3148c93ff72b5d"
url "https://varnish-cache.org/_downloads/varnish-7.6.0.tgz"
mirror "https://fossies.org/linux/www/varnish-7.6.0.tgz"
sha256 "aba283c5a31baaa5356a6db38f38748cbb9158feca018193445ccc8514715d5c"
license "BSD-2-Clause"

livecheck do
Expand Down Expand Up @@ -76,6 +76,8 @@ def install
timeout_tests = [
testpath/"m00000.vtc",
testpath/"b00047.vtc",
testpath/"b00084.vtc",
testpath/"b00086.vtc",
testpath/"u00008.vtc",
]
tests = testpath.glob("[bmu]*.vtc") - timeout_tests
Expand Down

0 comments on commit 832e0a5

Please sign in to comment.