Skip to content

Commit

Permalink
build: new homebrew formula for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 18, 2021
1 parent 7ee86f1 commit 5bf7c96
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/v1.2.3/tera-macos-v1.2.3.tar.gz"
sha256 "8839a924582932905213185610e5a3d2086e5461d98e218b58fcf973abea10ed"
version "1.2.3"
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"

def install
bin.install "tera"
Expand Down

0 comments on commit 5bf7c96

Please sign in to comment.