Skip to content

Commit d1bd975

Browse files
authored
Merge pull request Homebrew#206328 from Homebrew/bump-stress-ng-0.18.10
stress-ng 0.18.10
2 parents b90a4d5 + 048fe98 commit d1bd975

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/stress-ng.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class StressNg < Formula
22
desc "Stress test a computer system in various selectable ways"
33
homepage "https://wiki.ubuntu.com/Kernel/Reference/stress-ng"
4-
url "https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.18.09.tar.gz"
5-
sha256 "0694f2c24eb5d839fe11f41adc2c0ea31bb7e9c1a53316fc251847d1d55f6344"
4+
url "https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.18.10.tar.gz"
5+
sha256 "bb729844b5a3c8953e58ddb705dce8a62078ad75f0b6f49092f8027d9c699700"
66
license "GPL-2.0-or-later"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e5f3fda42bad803182c4c9e1c38e23bb685abf282daea67a3c7d846e940cf75"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f342c85e3df9f5dfda6142175216b3e9bf6c5422dbe676fb8d65442d6471da3d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f962da4b7981b44d2d222782291bf912b051324feb35fc928d398dfbfaa36f55"
12-
sha256 cellar: :any_skip_relocation, sonoma: "0ed71318ec05cbde511221e95895318fc45b99ab68cd60f9a88aef51e890ee58"
13-
sha256 cellar: :any_skip_relocation, ventura: "598bef2ce4dc96003d353cca1d3eb50335f6dd40d764bf8e6258b331396b4387"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a41dd80f3b0fabd632972830a5c4b3adf673d2104f1b270c20cf86c62736c727"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "42e5d911125805f47e652edd1d05effb95b7ab1ba877f381e028c5bed8918755"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b698dd30598d6fb76da743a622ea61d5ebf803e1aba165cb3e33460a31e938b"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "675d9bea25e7bb3d2c86153baa4a00d5653404ca414762b2056501d7ba4e22be"
12+
sha256 cellar: :any_skip_relocation, sonoma: "2cca717547bab2a7452ec311850c79fbec88d217e445600935ab349beaa17a25"
13+
sha256 cellar: :any_skip_relocation, ventura: "34a170fc0fc10703776f2dc2c56aad7228bdea735c02b9d34a79ceccd4fa1044"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d76049d085156ffbccd20204faac1c8c075af53ef568cc4d060579d457734da7"
1515
end
1616

1717
depends_on macos: :sierra

0 commit comments

Comments
 (0)