From 6ee4b70536f169f3f19e2fc4a513dc6df5506ab8 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:31:57 -0700 Subject: [PATCH] Use v1.9.0 (#27) --- Formula/drogon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/drogon.rb b/Formula/drogon.rb index 7392483..bc28fde 100644 --- a/Formula/drogon.rb +++ b/Formula/drogon.rb @@ -3,8 +3,8 @@ class Drogon < Formula homepage "https://drogon.org" # pull from git tag to get submodules url "https://github.com/drogonframework/drogon.git", - tag: "v1.9.0-rc.1", - revision: "94ca651cbdbdf4038bc0392bcf2d897661996f7c" + tag: "v1.9.0", + revision: "f215cb15a0f53abd0ca7ee8b95ed8c9c3b40d262" license "MIT" head "https://github.com/drogonframework/drogon.git", branch: "master"