ccat 1.1.0
Bump to `ccat` v1.1.0 Release: https://github.com/jingweno/ccat/releases/tag/v1.1.0 Closes Homebrew/homebrew#46532. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
e61aabfab2
commit
a005f0f92e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Ccat < Formula
|
||||
desc "Like cat but displays content with syntax highlighting"
|
||||
homepage "https://github.com/jingweno/ccat"
|
||||
url "https://github.com/jingweno/ccat/archive/v1.0.0.tar.gz"
|
||||
sha256 "5bd558009a9054ff25f3d023d67080c211354d1552ffe377ce11d49376fb4aee"
|
||||
url "https://github.com/jingweno/ccat/archive/v1.1.0.tar.gz"
|
||||
sha256 "b02d2c8d573f5d73595657c7854c9019d3bd2d9e6361b66ce811937ffd2bfbe1"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue