Skip to content

Commit 2a18516

Browse files
authored
Merge pull request #233806 from Homebrew/bump-slumber-3.4.0
slumber 3.4.0
2 parents 6283d44 + a1d5bfc commit 2a18516

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/s/slumber.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.3.0.tar.gz"
5-
sha256 "64435435fb27fc2dc7267fa967f333fb4c671e5c8b6ee9010bb0290834941daf"
4+
url "https://github.com/LucasPickering/slumber/archive/refs/tags/v3.4.0.tar.gz"
5+
sha256 "6be559a499be09b5db22d5a6b3401a6592412d2c938d1a9ce8bd8c7cd40648c7"
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: "3db808701259192626a20365e6c1ae79b07d1ba8fb99f274b7f05bf1bd192d07"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "94cd1696a8da4f30fe54a56be52dc942606dcc11e760703432a75c348d9f2986"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b8a87b1a824b54a6a47dee976a3bb8c20788f3910673b7e4f77ee7acf7da13b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2f2e5a621c1c40217d2165ccd1a87722e1169f706d3f16a1945dc5b29f29ea17"
14-
sha256 cellar: :any_skip_relocation, ventura: "c94a5212fafbd825e4209c36ce60d614188f71fc66d7a7eb912c7d857dd0dadb"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "b0f3b2762f60d8f68eca86642941822a049382e5162477fa319bd3dc37131835"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c8b64e2dbaa625498af32f3d7f97cb2bb8ec6fe73ebff6224e5d8909239a686a"
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"
1717
end
1818

1919
depends_on "rust" => :build
@@ -28,9 +28,9 @@ def install
2828
system bin/"slumber", "new"
2929
assert_match <<~YAML, (testpath/"slumber.yml").read
3030
# For basic usage info, see:
31-
# https://slumber.lucaspickering.me/book/getting_started.html
31+
# https://slumber.lucaspickering.me/getting_started.html
3232
# For all collection options, see:
33-
# https://slumber.lucaspickering.me/book/api/request_collection/index.html
33+
# https://slumber.lucaspickering.me/api/request_collection/index.html
3434
3535
name: My Collection
3636

0 commit comments

Comments
 (0)