From c364c725780826a4836e1bcc3f2949f351da1503 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 25 Apr 2018 21:40:38 -0700 Subject: [PATCH] etsh 5.1.5 Closes #27114. Signed-off-by: ilovezfs --- Formula/etsh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/etsh.rb b/Formula/etsh.rb index 714288bee6..7acec33e4a 100644 --- a/Formula/etsh.rb +++ b/Formula/etsh.rb @@ -1,8 +1,8 @@ class Etsh < Formula desc "Two ports of /bin/sh from V6 UNIX (circa 1975)" homepage "https://etsh.io/" - url "https://etsh.io/src/etsh-5.1.0.tar.gz" - sha256 "c4b9cf7998d1e129493c3386b661d174624fa39fc319b53a4b0d40cf97625e17" + url "https://etsh.io/src/etsh-5.1.5.tar.gz" + sha256 "656e856d64d61e5b439ede6129279ec6c71a7fdda1f93303b338c93064c38811" version_scheme 1 head "https://github.com/JNeitzel/v6shell.git", :branch => "current"