From d375c210e1e3e2455c7b94e925b7f3e5f183798a Mon Sep 17 00:00:00 2001 From: Leon Gungadin Mogensen Date: Thu, 23 May 2024 11:16:40 +0000 Subject: [PATCH] Update to v1.36.1 --- Formula/jaguar.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/jaguar.rb b/Formula/jaguar.rb index 79c5aea..296943f 100644 --- a/Formula/jaguar.rb +++ b/Formula/jaguar.rb @@ -5,8 +5,8 @@ class Jaguar < Formula desc "Live reloading for your ESP32" homepage "https://github.com/toitlang/jaguar" - url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.36.0.tar.gz" - sha256 "44ffd7409eedf1d636c9d15403750dced9343bb90656d807096feca26e994d85" + url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.36.1.tar.gz" + sha256 "48bf4dcdf38578732becb76958723611e103e27e0ec8f1bf057e3aa8328831c2" license "MIT" head "https://github.com/toitlang/jaguar.git", branch: "main"