Skip to content

Commit

Permalink
cryfs 0.9.9
Browse files Browse the repository at this point in the history
Closes #23681.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
smessmer authored and ilovezfs committed Feb 5, 2018
1 parent 7bf65d2 commit 58ba552
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/cryfs.rb
@@ -1,9 +1,8 @@
class Cryfs < 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/0.9.8/cryfs-0.9.8.tar.xz"
sha256 "e4669aa79f8d419bb2580121a118b8993ee3493a08c5b1e0b80b8a8a4b54da65"
revision 1
url "https://github.com/cryfs/cryfs/releases/download/0.9.9/cryfs-0.9.9.tar.xz"
sha256 "aa8d90bb4c821cf8347f0f4cbc5f68a1e0f4eb461ffd8f1ee093c4d37eac2908"
head "https://github.com/cryfs/cryfs.git", :branch => "develop"

bottle do
Expand All @@ -28,6 +27,6 @@ def install

test do
ENV["CRYFS_FRONTEND"] = "noninteractive"
assert_match "CryFS", shell_output("#{bin}/cryfs", 1)
assert_match "CryFS", shell_output("#{bin}/cryfs", 10)
end
end

0 comments on commit 58ba552

Please sign in to comment.