Skip to content

Commit 867335f

Browse files
committed
build: new homebrew formula for v0.5.1
1 parent e13f779 commit 867335f

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

Formula/tera.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
class 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
1717
end
18+

0 commit comments

Comments
 (0)