Skip to content

Commit

Permalink
securefs 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>

autobump: add securefs

Signed-off-by: Rui Chen <[email protected]>

securefs: update deps

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Apr 25, 2024
1 parent 1ebef26 commit 71f736c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Expand Up @@ -1791,6 +1791,7 @@ sdb
sdl2
seam
seaweedfs
securefs
selene
semgrep
sentencepiece
Expand Down
10 changes: 6 additions & 4 deletions Formula/s/securefs.rb
@@ -1,11 +1,9 @@
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
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 71f736c

Please sign in to comment.