Skip to content

Commit

Permalink
Merge pull request #169755 from Homebrew/securefs-1.0.0
Browse files Browse the repository at this point in the history
securefs 1.0.0
  • Loading branch information
BrewTestBot committed Apr 26, 2024
2 parents 46f1360 + aa1f767 commit 6773761
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Expand Up @@ -1826,6 +1826,7 @@ sdb
sdl2
seam
seaweedfs
securefs
selene
semgrep
sentencepiece
Expand Down
12 changes: 7 additions & 5 deletions Formula/s/securefs.rb
@@ -1,15 +1,13 @@
class Securefs < Formula
desc "Filesystem with transparent authenticated encryption"
homepage "https://github.com/netheril96/securefs"
url "https://github.com/netheril96/securefs.git",
tag: "0.14.3",
revision: "8345530d700a6ff73ef59c5074403dede9f9ce96"
url "https://github.com/netheril96/securefs/archive/refs/tags/v1.0.0.tar.gz"
sha256 "de888359734a05ca0db56d006b4c9774f18fd9e6f9253466a86739b5f6ac3753"
license "MIT"
revision 2
head "https://github.com/netheril96/securefs.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, x86_64_linux: "4210df5259c83c830bb133d34b921e48004fc37585370382b5a750f354f317f9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "48177ab631bf028e1609f536d80eb5ffbd3065a8553dd96defa8a2636fd2e89f"
end

depends_on "cmake" => :build
Expand All @@ -18,9 +16,13 @@ class Securefs < Formula
depends_on "abseil"
depends_on "argon2"
depends_on "cryptopp"
depends_on "fruit"
depends_on "jsoncpp"
depends_on "libfuse@2"
depends_on :linux # on macOS, requires closed-source macFUSE
depends_on "protobuf"
depends_on "sqlite"
depends_on "uni-algo"
depends_on "utf8proc"

def install
Expand Down

0 comments on commit 6773761

Please sign in to comment.