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 2e29d65 commit 3d00f64Copy full SHA for 3d00f64
Formula/i/inja.rb
@@ -1,12 +1,10 @@
1
class Inja < Formula
2
desc "Template engine for modern C++"
3
homepage "https://pantor.github.io/inja/"
4
- url "https://github.com/pantor/inja/archive/refs/tags/v3.4.0.tar.gz"
5
- sha256 "7155f944553ca6064b26e88e6cae8b71f8be764832c9c7c6d5998e0d5fd60c55"
+ url "https://github.com/pantor/inja/archive/refs/tags/v3.5.0.tar.gz"
+ sha256 "a5f0266673c59028eab6ceeddd8b862c70abfeb32fb7a5387c16bf46f3269ab2"
6
license "MIT"
7
- head "https://github.com/pantor/inja.git", branch: "master"
8
-
9
- no_autobump! because: :requires_manual_review
+ head "https://github.com/pantor/inja.git", branch: "main"
10
11
bottle do
12
rebuild 1
0 commit comments