diff --git a/Formula/r/rqlite.rb b/Formula/r/rqlite.rb index 9079aeb1a28c..3a6d871ae081 100644 --- a/Formula/r/rqlite.rb +++ b/Formula/r/rqlite.rb @@ -1,8 +1,8 @@ class Rqlite < Formula desc "Lightweight, distributed relational database built on SQLite" homepage "https://www.rqlite.io/" - url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.30.3.tar.gz" - sha256 "a669de66043dc053f8fa00de0c82fb4797bb7dd75eaa3998e43d3ec3afd8b9b7" + url "https://github.com/rqlite/rqlite/archive/refs/tags/v8.30.4.tar.gz" + sha256 "1e603eb6288bb14a01756c17e11da995bf45a2310d80d14b222875a28123249b" license "MIT" head "https://github.com/rqlite/rqlite.git", branch: "master"