File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Tera < Formula
2- desc ' A command line utility written in Rust to render templates using the Tera templating engine'
3- homepage ' https://github.com/chevdor/tera-cli'
4- version ' 0.5.0'
2+ desc " A command line utility written in Rust to render templates using the tera templating engine"
3+ homepage " https://github.com/chevdor/tera-cli"
4+ version " 0.5.1"
55
66 if Hardware ::CPU . arm?
7- url 'https://github.com/chevdor/tera-cli/releases/download/v0.5.0 /tera-cli-aarch64-apple-darwin.tar.gz'
8- sha256 'cde318afb9b41c7e4a0cfa7041b3355b49f33c4ebbe96e966017dc6eb93afaf4 '
7+ url 'https://github.com/chevdor/tera-cli/releases/download/v0.5.1 /tera-cli-aarch64-apple-darwin.tar.gz'
8+ sha256 '0731db549b9a2f982d105812e7f81b36aaa1799494b1208419c650be3527f950 '
99 else
10- url 'https://github.com/chevdor/tera-cli/releases/download/v0.5.0 /tera-cli-x86_64-apple-darwin.tar.gz'
11- sha256 '5da9dae6b48ed395804fb804a7a7f2901a6e10d620d40bf7ae67ed4abadbcb29 '
10+ url 'https://github.com/chevdor/tera-cli/releases/download/v0.5.1 /tera-cli-x86_64-apple-darwin.tar.gz'
11+ sha256 '13e9bbc28308217af1b430c1222563405057f9e2db1d1efe4c75a1d52c84df82 '
1212 end
1313
1414 def install
15- bin . install ' tera'
15+ bin . install " tera"
1616 end
1717end
18+
You can’t perform that action at this time.
0 commit comments