gocryptfs 1.7
Closes #38184. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
2f4cd9eac5
commit
b28600c4e5
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Gocryptfs < Formula
|
||||
desc "Encrypted overlay filesystem written in Go"
|
||||
homepage "https://nuetzlich.net/gocryptfs/"
|
||||
url "https://github.com/rfjakob/gocryptfs/releases/download/v1.6.1/gocryptfs_v1.6.1_src-deps.tar.gz"
|
||||
version "1.6.1"
|
||||
sha256 "fcaaf59cf7b062a6e216d2fcf69f374254018a9b8f99ae3177ac985f05b6c37b"
|
||||
url "https://github.com/rfjakob/gocryptfs/releases/download/v1.7/gocryptfs_v1.7_src-deps.tar.gz"
|
||||
version "1.7"
|
||||
sha256 "2d1a2cfd072d554a28ee6e6807474b00ac710fb1aaf7aa81f3d8e94e80f6a703"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue