We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1c066 commit 98b1be1Copy full SHA for 98b1be1
c.rb
@@ -1,6 +1,6 @@
1
class C < Formula
2
homepage "https://github.com/ryanmjacobs/c"
3
- url "https://github.com/ryanmjacobs/c/archive/v0.10.tar.gz"
+ url "https://github.com/ryanmjacobs/c/archive/v0.11.tar.gz"
4
sha256 "958a2c2b2392b905cf39d75a3007adb47a818815a8485ca2170b4214233f6b14"
5
6
def install
package.json
{
"name": "c",
- "version": "v0.10",
+ "version": "v0.11",
"description": "Compile and execute C \'scripts\' in one go!",
"global": "true",
"install": "mkdir -p ${PREFIX:-/usr}/bin; install -m 775 c ${PREFIX:-/usr}/bin",
0 commit comments