From e6f53c326c4a0b4fc82f9ded56e91c537baef7b6 Mon Sep 17 00:00:00 2001 From: Ilya Andreev Date: Tue, 21 May 2024 02:40:32 +0300 Subject: [PATCH] tmp v0.8.1 --- Formula/tmp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tmp.rb b/Formula/tmp.rb index 2f45c02..204fde1 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/v0.8.tar.gz" - sha256 "bbea294880374f87a5f0bb45028e281e9784d8df9a454b7fafb4dc6b17bedd1c" + url "https://github.com/bugdea1er/tmp/archive/refs/tags/v0.8.1.tar.gz" + sha256 "966f7282929793f962b4f9619afe93760cc06e997536b80eaa2870144b83de77" license "MIT" head "https://github.com/bugdea1er/tmp.git", branch: "main"