We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab91bb commit 1dc45e8Copy full SHA for 1dc45e8
Formula/m/minijinja-cli.rb
@@ -1,8 +1,8 @@
1
class MinijinjaCli < Formula
2
desc "Render Jinja2 templates directly from the command-line to stdout"
3
homepage "https://docs.rs/minijinja/latest/minijinja/"
4
- url "https://github.com/mitsuhiko/minijinja/archive/refs/tags/2.10.2.tar.gz"
5
- sha256 "d3d87f55bc6c36345602023946ddc1c68d345a51f5f1e8891176efc2dc0e7ec2"
+ url "https://github.com/mitsuhiko/minijinja/archive/refs/tags/2.11.0.tar.gz"
+ sha256 "08f9f73be493b0b1ebc6e8e69e38594e6531d99e416b0cbffe4169852443552b"
6
license "Apache-2.0"
7
head "https://github.com/mitsuhiko/minijinja.git", branch: "main"
8
0 commit comments