1
1
class Slumber < Formula
2
2
desc "Terminal-based HTTP/REST client"
3
3
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 "
6
6
license "MIT"
7
7
head "https://github.com/LucasPickering/slumber.git" , branch : "master"
8
8
9
9
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 "
17
17
end
18
18
19
19
depends_on "rust" => :build
@@ -28,9 +28,9 @@ def install
28
28
system bin /"slumber" , "new"
29
29
assert_match <<~YAML , ( testpath /"slumber.yml" ) . read
30
30
# For basic usage info, see:
31
- # https://slumber.lucaspickering.me/book/ getting_started.html
31
+ # https://slumber.lucaspickering.me/getting_started.html
32
32
# 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
34
34
35
35
name: My Collection
36
36
0 commit comments