From 0bf282d3ad93924d14bee196ff7569cd3b162c6b Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sun, 28 Feb 2021 02:58:24 -0500 Subject: [PATCH] entr 4.8 Closes #72152. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- Formula/entr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/entr.rb b/Formula/entr.rb index 8f6532f5c32..e8432e67cfc 100644 --- a/Formula/entr.rb +++ b/Formula/entr.rb @@ -1,8 +1,8 @@ class Entr < Formula desc "Run arbitrary commands when files change" homepage "https://eradman.com/entrproject/" - url "https://eradman.com/entrproject/code/entr-4.7.tar.gz" - sha256 "b6c1ab7644d83bb2a269dc74160867a3be0f5df116c7eb453c25053173534429" + url "https://eradman.com/entrproject/code/entr-4.8.tar.gz" + sha256 "f05555cd745b7dc67b61a98cf79971125b7e43931a5772d5bce2d891327425ae" license "ISC" head "https://github.com/eradman/entr.git"