Skip to content

Commit

Permalink
grpcui: prefer /archive/refs/tags urls over /archive for github t…
Browse files Browse the repository at this point in the history
…arball url

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Oct 23, 2023
1 parent 127a029 commit c845f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/g/grpcui.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Grpcui < Formula
desc "Interactive web UI for gRPC, along the lines of postman"
homepage "https://github.com/fullstorydev/grpcui"
url "https://github.com/fullstorydev/grpcui/archive/v1.3.2.tar.gz"
url "https://github.com/fullstorydev/grpcui/archive/refs/tags/v1.3.2.tar.gz"
sha256 "81930a16c072c50182d7fc14a4030b2833c1a8472ee944352ed36189b5f4d260"
license "MIT"

Expand Down

0 comments on commit c845f04

Please sign in to comment.