File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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 "
4+ readonly VERSION=" 0.15.2-dev "
55
66# max cachesize in kilobytes (default=5MB)
77[[ -z " $C_CACHE_SIZE " ]] && C_CACHE_SIZE=$(( 5 * 1024 ))
Original file line number Diff line number Diff line change 11class C < Formula
22 homepage "https://github.com/ryanmjacobs/c"
33 url "https://github.com/ryanmjacobs/c/archive/refs/tags/v0.15.1.tar.gz"
4- sha256 "e07ce163412ccf5163d3d974a19cd768bc289f3cacdf2978dcf908682f51a07a "
4+ sha256 "ecfad78cb0ab56da44dcfed805f5c261ddefd6dc4a4e57eb2dcfcffa85330605 "
55 head "https://github.com/ryanmjacobs/c.git"
66 version "0.15.1"
77
Original file line number Diff line number Diff line change 11{
22 "name" : " c" ,
3- "version" : " 0.15.1 " ,
3+ "version" : " 0.15.2-dev " ,
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