Skip to content

Commit cd6500a

Browse files
committed
ssh3: use tarball
1 parent f970d1c commit cd6500a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/s/ssh3.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
class Ssh3 < Formula
22
desc "Faster and richer secure shell using HTTP/3"
33
homepage "https://github.com/francoismichel/ssh3"
4-
url "https://github.com/francoismichel/ssh3.git",
5-
tag: "v0.1.7",
6-
revision: "31f8242cf30b675c25b981b862f36e73f9fa1d9d"
4+
url "https://github.com/francoismichel/ssh3/archive/refs/tags/v0.1.7.tar.gz"
5+
sha256 "23a88d0d7f54f80d752c22ee5f879fa1daf8c320ece364287209c58b3e98b6b5"
76
license "Apache-2.0"
87
head "https://github.com/francoismichel/ssh3.git", branch: "main"
98

0 commit comments

Comments
 (0)