Skip to content

Commit

Permalink
cassowary: fix source url
Browse files Browse the repository at this point in the history
curl https://github.com/rogerwelin/cassowary/archive/v0.14.0.tar.gz -L
the given path has multiple possibilities: #<Git::Ref:0x00007fd87706cf50>, #<Git::Ref:0x00007fd877072428>

May be due to Git tag and branch with same name
  • Loading branch information
iMichka committed Feb 28, 2022
1 parent d2a480b commit f5fb75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cassowary.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Cassowary < Formula
desc "Modern cross-platform HTTP load-testing tool written in Go"
homepage "https://github.com/rogerwelin/cassowary"
url "https://github.com/rogerwelin/cassowary/archive/v0.14.0.tar.gz"
url "https://github.com/rogerwelin/cassowary/archive/refs/tags/v0.14.0.tar.gz"
sha256 "385232478b8552d56429fbe2584950bfbe42e3b611919a31075366a143aae9a9"
license "MIT"
head "https://github.com/rogerwelin/cassowary.git", branch: "master"
Expand Down

0 comments on commit f5fb75d

Please sign in to comment.