Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions Casks/p/paranoia-file-text-encryption.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "paranoia-file-text-encryption" do
version "16.1.43"
sha256 "1c91a48925e364d3cf9dd88ceba4aebf11b915fb5984788cba3e28764b6a160b"

url "https://paranoiaworks.com/download/ParanoiaFileTextEnc-#{version}.pkg",
verified: "paranoiaworks.com/download/"
name "Paranoia File & Text Encryption"
desc "File and text encryptor with steganography and post-quantum key exchange"
homepage "https://paranoiaworks.mobi/pfte/"

livecheck do
url "https://paranoiaworks.com/download/"
regex(/ParanoiaFileTextEnc[._-]v?(\d+(?:\.\d+)+)\.pkg/i)
end

pkg "ParanoiaFileTextEnc-#{version}.pkg"

uninstall pkgutil: "com.paranoiaworks.macos.Paranoia-FileText-Encryption"

zap trash: [
"~/.ssefe.conf",
"~/.ssepte.conf",
]
end
Loading