Skip to content

Commit

Permalink
bump version to v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jacobs committed Mar 17, 2018
1 parent 8b665cd commit 614f45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions c.rb
@@ -1,13 +1,14 @@
class C < Formula
homepage "https://github.com/ryanmjacobs/c"
url "https://github.com/ryanmjacobs/c/archive/v0.11.tar.gz"
sha256 "958a2c2b2392b905cf39d75a3007adb47a818815a8485ca2170b4214233f6b14"
url "https://github.com/ryanmjacobs/c/archive/v0.12.tar.gz"
sha256 "invalid"

def install
bin.install "c"
end

test do
#system "#{bin}/c", "")
pipe_output("#{bin}/c", "int main(void){return 0;}", 0)
end
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "c",
"version": "v0.11",
"version": "v0.12",
"description": "Compile and execute C \'scripts\' in one go!",
"global": "true",
"install": "mkdir -p ${PREFIX:-/usr}/bin; install -m 775 c ${PREFIX:-/usr}/bin",
Expand Down

0 comments on commit 614f45a

Please sign in to comment.