From d3fd472dc7981b103eefca75678fafa4ddab3732 Mon Sep 17 00:00:00 2001 From: gromgit Date: Mon, 22 Dec 2025 03:50:06 +0000 Subject: [PATCH] cryfs-mac 1.0.3 Closes #202. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com> --- Formula/cryfs-mac.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cryfs-mac.rb b/Formula/cryfs-mac.rb index 106813b..7c0d419 100644 --- a/Formula/cryfs-mac.rb +++ b/Formula/cryfs-mac.rb @@ -3,8 +3,8 @@ require_relative "../require/macfuse" class CryfsMac < Formula desc "Encrypts your files so you can safely store them in Dropbox, iCloud, etc." homepage "https://www.cryfs.org" - url "https://github.com/cryfs/cryfs/releases/download/1.0.1/cryfs-1.0.1.tar.xz" - sha256 "7ad4cc45e1060431991538d3e671ec11285896c0d7a24880290945ef3ca248ed" + url "https://github.com/cryfs/cryfs/releases/download/1.0.3/cryfs-1.0.3.tar.xz" + sha256 "1f30cc406e5c811490ba14174518a797a80442bfff317a2fdfbc5d21205b9dfe" license "LGPL-3.0-or-later" head "https://github.com/cryfs/cryfs.git", branch: "develop"