Skip to content

Commit

Permalink
build: new homebrew formula for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Sep 7, 2021
1 parent b72e4f8 commit 240a73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/tera.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Tera < Formula
desc "A command line utility written in Rust to render templates using the tera templating engine"
homepage "https://github.com/chevdor/tera-cli"
url "https://github.com/chevdor/tera-cli/releases/download/v0.1.3/tera-macos-v0.1.3.tar.gz"
sha256 "2b9f7a2d4026545ecfb6f4e88a7b7ae13c7899ae82ec11dca7edd6e02dfc110e"
version "0.1.3"
url "https://github.com/chevdor/tera-cli/releases/download/v0.2.0/tera-macos-v0.2.0.tar.gz"
sha256 "aa2535d54996dcc766aeea749dcad55c3e40cdfd16da66c6db7f720ec34ad6ff"
version "0.2.0"

def install
bin.install "tera"
Expand Down

0 comments on commit 240a73a

Please sign in to comment.