Skip to content

Commit b4218a1

Browse files
authored
Merge pull request #250181 from Homebrew/bump-inja-3.5.0
inja 3.5.0
2 parents 783977e + 92ef8ee commit b4218a1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Formula/i/inja.rb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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
12-
rebuild 1
13-
sha256 cellar: :any_skip_relocation, all: "78f7fb60abcd044a0fbd19d1723da834a8a754f4df1601de17a02b2010381666"
10+
sha256 cellar: :any_skip_relocation, all: "231ca1e3911473b3cad187701813504adcb75628d382b7bb80f08f481728315f"
1411
end
1512

1613
depends_on "cmake" => :build

0 commit comments

Comments
 (0)