Skip to content

Commit 14142ef

Browse files
committed
update homebrew checksum; bump to v0.15.2-dev
1 parent 109775e commit 14142ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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))

c.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)