Skip to content

Commit de72d78

Browse files
BrewTestBotdaeho-ro
authored andcommitted
slumber 3.4.0
1 parent d09f161 commit de72d78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/s/slumber.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -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)