File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# https://github.com/ryanmjacobs/c
33
4- readonly VERSION=" 0.15.1-dev "
4+ readonly VERSION=" 0.15.1"
55
66# max cachesize in kilobytes (default=5MB)
77[[ -z " $C_CACHE_SIZE " ]] && C_CACHE_SIZE=$(( 5 * 1024 ))
@@ -14,7 +14,7 @@ help_msg() {
1414 >& $1 cat << EOM
1515Usage: $( basename " $0 " ) [OPTIONS] <FILE.C> [COMPILER_FLAGS] [ARGUMENTS]
1616
17- Execute C programs from the command line.
17+ Compile and execute C "scripts" in one go!
1818___
1919
2020EXAMPLES
Original file line number Diff line number Diff line change 11class C < Formula
22 homepage "https://github.com/ryanmjacobs/c"
3- url "https://github.com/ryanmjacobs/c/archive/refs/tags/v0.15.0 .tar.gz"
3+ url "https://github.com/ryanmjacobs/c/archive/refs/tags/v0.15.1 .tar.gz"
44 sha256 "e07ce163412ccf5163d3d974a19cd768bc289f3cacdf2978dcf908682f51a07a"
55 head "https://github.com/ryanmjacobs/c.git"
6- version "0.15.0 "
6+ version "0.15.1 "
77
88 def install
99 bin . install "c"
Original file line number Diff line number Diff line change 11{
22 "name" : " c" ,
3- "version" : " 0.15.1-dev " ,
3+ "version" : " 0.15.1" ,
44 "description" : " Compile and execute C 'scripts' in one go!" ,
55 "repository" : " github:ryanmjacobs/c" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments