Skip to content

Commit 0994b5d

Browse files
authored
Merge pull request #239311 from Homebrew/bump-slumber-4.0.0
slumber 4.0.0
2 parents f96930b + 15196ac commit 0994b5d

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

Formula/s/slumber.rb

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Slumber < Formula
22
desc "Terminal-based HTTP/REST client"
33
homepage "https://slumber.lucaspickering.me/"
4-
url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.4.0.tar.gz"
5-
sha256 "6be559a499be09b5db22d5a6b3401a6592412d2c938d1a9ce8bd8c7cd40648c7"
4+
url "https://github.com/LucasPickering/slumber/archive/refs/tags/v4.0.0.tar.gz"
5+
sha256 "01ccc586dceeb63bfa8c2f4797db4f0d5d52f51a2cb7b757a37da98333f4f960"
66
license "MIT"
77
head "https://github.com/LucasPickering/slumber.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "babee900bfdc4fe40664eed184481fdf1d97dfdb637c0bdcca18f91034147b64"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a971992af6ad51ce4b71b460fbd07f2d12585dcc1a58d196345f4df2397a1d8b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9eb43e4c0767e8a6dab360f1348ff5bb21353305a45d56582f271e3186855333"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e5ddd1e2847439e2a23fc64dc6153f017acbc1da7281f27744c9887cabc8bf30"
14-
sha256 cellar: :any_skip_relocation, ventura: "822a3ba5c4b0a10f55e452954e11d2c73dae63b3b5aa3a3881a9a41ce8c5a27b"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "de57fc31a97425a1ee8d1d81a71c7d34773a52cf4a6304e442f934c1951c353a"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "54e6a113dd99dd0397f766d47e126e9e19c6faf3ff5e1315055944ad53827137"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "840467c69725f512a0d15482ef02e117590ae5ad9107fa22aa96c68577d5ad18"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "93b16cb249147aa802d1a403e275607204e7505ef44805e716c5d62f1363a10a"
12+
sha256 cellar: :any_skip_relocation, sonoma: "fbcd0f3090671a985a1e86eb65f94e4a0730ac2e87875715d9002c788cf72db3"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "56adab0c1ce197333f7e2437bc5d1cdca2cebab405d788bf7ba2de0fa3867bc2"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3890ab62142c1b01aa92590dc8571b871e5d77199449e342d843b4db560a7e29"
1715
end
1816

1917
depends_on "rust" => :build
@@ -27,20 +25,11 @@ def install
2725

2826
system bin/"slumber", "new"
2927
assert_match <<~YAML, (testpath/"slumber.yml").read
30-
# For basic usage info, see:
31-
# https://slumber.lucaspickering.me/getting_started.html
32-
# For all collection options, see:
33-
# https://slumber.lucaspickering.me/api/request_collection/index.html
34-
35-
name: My Collection
36-
37-
# Profiles are groups of data you can easily switch between. A common usage is
38-
# to define profiles for various environments of a REST service
3928
profiles:
4029
example:
4130
name: Example Profile
4231
data:
43-
host: https://httpbin.org
32+
host: https://my-host
4433
YAML
4534
end
4635
end

0 commit comments

Comments
 (0)