diff --git a/Formula/universal-ctags.rb b/Formula/universal-ctags.rb index d45dfe23bd2..75cb92b6db4 100644 --- a/Formula/universal-ctags.rb +++ b/Formula/universal-ctags.rb @@ -1,9 +1,9 @@ class UniversalCtags < Formula desc "Maintained ctags implementation" homepage "https://github.com/universal-ctags/ctags" - url "https://github.com/universal-ctags/ctags/archive/refs/tags/p5.9.20220724.0.tar.gz" - version "p5.9.20220724.0" - sha256 "231fb5d76ee6d5c86448bef6f3c77184c67fa7fe49b63efd4da34c16b3f13654" + url "https://github.com/universal-ctags/ctags/archive/refs/tags/p5.9.20220731.0.tar.gz" + version "p5.9.20220731.0" + sha256 "0ba7415586107afc7793e3425df068a22748c09df5a184fd8b81b83f55968337" license "GPL-2.0-only" head "https://github.com/universal-ctags/ctags.git", branch: "master"