File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
@@ -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
You can’t perform that action at this time.
0 commit comments