diff --git a/mulle-bashfunctions.rb b/mulle-bashfunctions.rb index cb42a36..8107f87 100644 --- a/mulle-bashfunctions.rb +++ b/mulle-bashfunctions.rb @@ -1,9 +1,9 @@ class MulleBashfunctions < Formula desc "🥊 A versioned collection of bash functions" homepage "https://github.com/mulle-nat/mulle-bashfunctions" -url "https://github.com/mulle-nat/mulle-bashfunctions/archive/6.2.3.tar.gz" -sha256 "94a3686ac8679ce1d77aa09272621bbff231d79e33a77275338ad4a64dcaa050" -# version "6.2.3" +url "https://github.com/mulle-nat/mulle-bashfunctions/archive/6.2.4.tar.gz" +sha256 "e8fe2e42f164c041996a214f0f6f4c330be6c9cfff1cc3e62a259aee747facdd" +# version "6.2.4" def install system "./bin/installer", "#{prefix}" end