We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834d307 commit 29a1b84Copy full SHA for 29a1b84
c.rb
@@ -1,7 +1,7 @@
1
class C < Formula
2
homepage "https://github.com/ryanmjacobs/c"
3
- url "https://github.com/ryanmjacobs/c/archive/v0.15.0.tar.gz"
4
- sha256 ""
+ url "https://github.com/ryanmjacobs/c/archive/refs/tags/v0.15.0.tar.gz"
+ sha256 "e07ce163412ccf5163d3d974a19cd768bc289f3cacdf2978dcf908682f51a07a"
5
head "https://github.com/ryanmjacobs/c.git"
6
version "0.15.0"
7
0 commit comments