ccat 1.0.0
Release note: https://github.com/jingweno/ccat/releases/tag/v1.0.0 Closes Homebrew/homebrew#40718. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
408ea6c17c
commit
b901f0beef
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/v0.1.0.tar.gz"
|
||||
sha256 "437c7582ab39c8a1fb5e97ae9569e0096c98209a2ebb11ca67a7f9246b129c7c"
|
||||
url "https://github.com/jingweno/ccat/archive/v1.0.0.tar.gz"
|
||||
sha256 "5bd558009a9054ff25f3d023d67080c211354d1552ffe377ce11d49376fb4aee"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue