From 3ba3393e2d2289e562dc9901cacf919d04df4989 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 13 Feb 2021 11:49:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Fix=20revision=20hash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 2 +- Homebrew/mas.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 61e42d2..0933360 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -3,7 +3,7 @@ class Mas < Formula homepage "https://github.com/mas-cli/mas" url "https://github.com/mas-cli/mas.git", tag: "v1.8.0", - revision: "e39884cbc8179d877dcf1f583ac144676f5f4531" + revision: "9eaf57a5de836ce5e5435a8df14da4aa1b7d7444" license "MIT" head "https://github.com/mas-cli/mas.git" diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index cac830c..9c7188f 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -3,7 +3,7 @@ class Mas < Formula homepage "https://github.com/mas-cli/mas" url "https://github.com/mas-cli/mas.git", tag: "v1.8.0", - revision: "e39884cbc8179d877dcf1f583ac144676f5f4531" + revision: "9eaf57a5de836ce5e5435a8df14da4aa1b7d7444" license "MIT" head "https://github.com/mas-cli/mas.git"