Skip to content

Commit 3d00f64

Browse files
committed
inja 3.5.0
1 parent 2e29d65 commit 3d00f64

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/i/inja.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
class Inja < Formula
22
desc "Template engine for modern C++"
33
homepage "https://pantor.github.io/inja/"
4-
url "https://github.com/pantor/inja/archive/refs/tags/v3.4.0.tar.gz"
5-
sha256 "7155f944553ca6064b26e88e6cae8b71f8be764832c9c7c6d5998e0d5fd60c55"
4+
url "https://github.com/pantor/inja/archive/refs/tags/v3.5.0.tar.gz"
5+
sha256 "a5f0266673c59028eab6ceeddd8b862c70abfeb32fb7a5387c16bf46f3269ab2"
66
license "MIT"
7-
head "https://github.com/pantor/inja.git", branch: "master"
8-
9-
no_autobump! because: :requires_manual_review
7+
head "https://github.com/pantor/inja.git", branch: "main"
108

119
bottle do
1210
rebuild 1

0 commit comments

Comments
 (0)