Skip to content

Commit f242b34

Browse files
authored
Merge pull request #217273 from Homebrew/bump-stress-ng-0.18.12
stress-ng 0.18.12
2 parents 7d49447 + 3481167 commit f242b34

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/stress-ng.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.11.tar.gz"
5-
sha256 "f4388c4d4d53172431cd77e029139ddd0dacb249ef59053dbc1f0c42188e3e35"
4+
url "https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V0.18.12.tar.gz"
5+
sha256 "20401a5a52a3b3b5d84fbdd561e4daf1076b0368a1ccbbbc8d41af2be6ea6f34"
66
license "GPL-2.0-or-later"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8bf0fe7c588bd60b0f9f0f8892a39341cefdba296ac3b0ea5569e2e8f4f5fdd"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28b53eb6acaf59f8ceadc71205b23ddb82c9688b9c38f3cbd0cefd1c94e9ae76"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d171c294d8c0077f1bba9e74014bb77dfe150b596e8e7e53125f3a111086a59"
12-
sha256 cellar: :any_skip_relocation, sonoma: "367e906d323f35bc994815639ef299c5349e5848251c714a68585f72acf5bcd3"
13-
sha256 cellar: :any_skip_relocation, ventura: "d0a379aedaf756c727904b9842541b152a4356d84e4bc2a3750da8990a842541"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "ce4280eefbaf979017f103ed8bc29614d9043b60e06d7c1c3d2f73c9387db1c0"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddfaa29ce4bd87d311b044efda4dc4df9f297e69ca4fa1e7d443d5aeffcbc5e0"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56389382365576a45ff4da93af8636869fc3a0b473ce82d3e53355b72d3feeed"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "904a4551969351dd6d42620c9425df4e10a477cf970c50661eefe35294f1c013"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1def857df76445e7b3ba0c657fea920d7cdf3ce839f454f7c2d744121c4fcdff"
12+
sha256 cellar: :any_skip_relocation, sonoma: "251eec4ba9c8ba534c315b0cf919e2ae477c0c467faafdbbfb18bcdb2b8782ad"
13+
sha256 cellar: :any_skip_relocation, ventura: "6cfe7d4572c6b1af31997c3811b4410c684ca931ca883b7c1ad6756d4096174d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "08ce01f5d099329f763b961d4d31986f419b57bb902e28d14bd5b404d7ad596c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6154630c95e7905f6e54d6b736b967ae63b1bb0631b1239ade44717f9b219bba"
1616
end
1717

1818
depends_on macos: :sierra

0 commit comments

Comments
 (0)