From bd900a898b32087e40a7d5905d3a5a5c4f8a3f34 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 24 Aug 2023 17:49:44 +0530 Subject: [PATCH] feat(homebrew): formula release v0.7.7 --- Formula/lune.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lune.rb b/Formula/lune.rb index 5fd23d7..72c5a9a 100644 --- a/Formula/lune.rb +++ b/Formula/lune.rb @@ -1,8 +1,8 @@ class Lune < Formula desc "Standalone Luau script runtime" homepage "https://lune-org.github.io/docs" - url "https://github.com/filiptibell/lune/archive/refs/tags/v0.7.6.tar.gz" - sha256 "235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc" + url "https://github.com/filiptibell/lune/archive/refs/tags/v0.7.7.tar.gz" + sha256 "f6311720ede916d520a427c04be469cd59cb2359a4ca7bc4b8abedaa8c3691ed" license "MPL-2.0" depends_on "rust" => :build