From 413d86eb2530609b11bbee68b60e1d2378a5f072 Mon Sep 17 00:00:00 2001 From: Jack Programs <52725440+jackprogramsjp@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:36:08 -0700 Subject: [PATCH] Update lune.rb to version 0.7.6 This file content was took from Homebrew's core with `lune.rb`, except the preinstalled bottles were removed. --- Formula/lune.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lune.rb b/Formula/lune.rb index 206c954..5fd23d7 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.5.tar.gz" - sha256 "e8191df5d6844026772cc7afab1083235a265c506474c4c4dee0a7724b04f775" + url "https://github.com/filiptibell/lune/archive/refs/tags/v0.7.6.tar.gz" + sha256 "235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc" license "MPL-2.0" depends_on "rust" => :build