Skip to content

Commit

Permalink
build: new homebrew formula for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 4, 2021
1 parent 3234de6 commit f266212
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.2.0/tera-macos-v0.2.0.tar.gz"
sha256 "aa2535d54996dcc766aeea749dcad55c3e40cdfd16da66c6db7f720ec34ad6ff"
version "0.2.0"
url "https://github.com/chevdor/tera-cli/releases/download/v0.2.1/tera-macos-v0.2.1.tar.gz"
sha256 "80a10353b9775803ad738e012b5789a07b083d7545d7acf89a3c1e5ddb2e0217"
version "0.2.1"

def install
bin.install "tera"
Expand Down

0 comments on commit f266212

Please sign in to comment.