Skip to content

Commit

Permalink
build: new homebrew formula for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 5, 2024
1 parent 2364999 commit 4f971f4
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.4/tera-macos-v0.2.4.tar.gz"
sha256 "1ef7cacb6d88000695eac33be94f90d68aaab4bbb4c7c04388750e6c1d9b9970"
version "0.2.4"
url "https://github.com/chevdor/tera-cli/releases/download/v0.4.0/tera-macos-v0.4.0.tar.gz"
sha256 "932c80baaf11b37ebe25a86b80d6ccd4c7f4cd308d188f5e2a29582959e99dc3"
version "0.4.0"

def install
bin.install "tera"
Expand Down

0 comments on commit 4f971f4

Please sign in to comment.