From a64772871cbc51de59a7101dbee1651919c0481d Mon Sep 17 00:00:00 2001 From: Ilya Andreev Date: Sun, 22 Sep 2024 01:45:56 +0300 Subject: [PATCH] tmp v1.1 (#5) --- Formula/tmp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tmp.rb b/Formula/tmp.rb index f55a262..4f3d9da 100644 --- a/Formula/tmp.rb +++ b/Formula/tmp.rb @@ -1,8 +1,8 @@ class Tmp < Formula desc "RAII-wrappers for unique temporary files and directories for modern C++" homepage "https://github.com/bugdea1er/tmp" - url "https://github.com/bugdea1er/tmp/archive/refs/tags/v1.0.tar.gz" - sha256 "662e8dcf924b4838a1b28dce61d0d6631daee9a66cf26728017263df4011cd5e" + url "https://github.com/bugdea1er/tmp/archive/refs/tags/v1.1.tar.gz" + sha256 "e205682f3d124a2c5fe22f9fc0be2a714f87996970e2fc5a6fdaa05c7e9e8760" license "MIT" head "https://github.com/bugdea1er/tmp.git", branch: "main"