Skip to content

Commit be22825

Browse files
authored
Merge pull request #295075 from Homebrew/bump-pup-1.8.0
pup 1.8.0
2 parents ae96af7 + 6f1a8fb commit be22825

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/p/pup.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Pup < Formula
22
desc "CLI companion with 200+ commands across 33+ Datadog products"
33
homepage "https://www.datadoghq.com"
4-
url "https://github.com/DataDog/pup/archive/refs/tags/v1.7.0.tar.gz"
5-
sha256 "3e5ad3cb4b89cf77994578695bdc6acc135e98e7526b761001bcb42a5c6e3bba"
4+
url "https://github.com/DataDog/pup/archive/refs/tags/v1.8.0.tar.gz"
5+
sha256 "0db11e60a3c14a79619e5a32e4030fd73330f8507987d1cfcaad931b8d39c811"
66
license "Apache-2.0"
77
head "https://github.com/DataDog/pup.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "74217d4fba9b13d78c69bf2cceca49ffd137fdbc0299cbef0c53d3e737b95436"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dde13571c735f02c163446fedcb1a63fd2eb04a9e804d0f251c77698924a3901"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "773b31e4b77a70c93ae99fd52a2224458d189b55a5cf4732da5cbe9c94ede129"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ffba3aaff1c0d7aa82aa026884db5a95ffe6f1ae404971fa4fe9440728ec20b3"
14-
sha256 cellar: :any, arm64_linux: "12ddeba94a28b6f7a4f09db8886e870e8a1a9e8fe4b2b3b72efe41ccf859acae"
15-
sha256 cellar: :any, x86_64_linux: "92ea109117eaa2030d383748553dc49a0dca74489cee9a89b91d664dd5e5d203"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "64ec8f9a346f12e18f4988a4939ffc7ee98182fd3a92473a97b4a9e6f8460ad2"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "439b67274e25754669fe43915e022e37cc5bbd1a2d4cdf9565678ff89599eaf5"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f231301918f8e5216664b89156f20e599f8454c0965a1bfdb0b0b4d5cc5f45e5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f0831bd1f1297366d92e29a2bdcf155d67155148138d3bdddcc5f4db66f2771c"
14+
sha256 cellar: :any, arm64_linux: "979bd9a91df9003c35181071d37b0a9ef2f44df98064606543527192589f45e8"
15+
sha256 cellar: :any, x86_64_linux: "6b98a1726c8151ce4f75fd67e555fd407de4c6d4f8c0cca52f6622f6b9d225ec"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)