From a6790798155e9fecacd0ee3d597cf03392e0b583 Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 26 Jul 2023 21:11:54 +0000 Subject: [PATCH] Bump version figma-export 0.37.2 --- figma-export.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/figma-export.rb b/figma-export.rb index 86df1af..8b507b6 100644 --- a/figma-export.rb +++ b/figma-export.rb @@ -1,8 +1,8 @@ class FigmaExport < Formula desc "Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project." homepage "https://github.com/RedMadRobot/figma-export" - url "https://github.com/RedMadRobot/figma-export/releases/download/0.37.1/figma-export.zip" - sha256 "c8c81df41c8c76cfd224775efe4f036a1ce2f6ec9439434e1af54c219d4c8d80" + url "https://github.com/RedMadRobot/figma-export/releases/download/0.37.2/figma-export.zip" + sha256 "f4de4677e9457fd22681b1a4118fc1d6fde7056adcc724afb30aab3fb24ea846" def install bin.install "Release/figma-export"