From 5dc8f942205376f531d6e7a783199703ca5b2b80 Mon Sep 17 00:00:00 2001 From: kronenthaler Date: Mon, 9 Mar 2020 15:43:34 +0100 Subject: [PATCH] update release --- oclint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oclint.rb b/oclint.rb index 608104f..f79d87c 100644 --- a/oclint.rb +++ b/oclint.rb @@ -1,8 +1,8 @@ class Oclint < Formula desc "OCLint static code analysis tool for C, C++, and Objective-C" homepage "http://oclint.org" - version '0.15' - sha256 'd56e64fc966b3373a785be807cb53f86eb1d8890e5728ebce3ba389c39fc436b' + version '0.15.1' + sha256 '879b87782d18916c317bf30519660be1e35aa938156c4024ca7c78efc153fadf' url "https://github.com/kronenthaler/homebrew-oclint/releases/download/#{version}/oclint-#{version}.tar.gz" head "https://github.com/kronenthaler/homebrew-oclint.git"