Skip to content

Commit

Permalink
Adds macOS compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Smith <[email protected]>
  • Loading branch information
smithbh committed Feb 22, 2020
1 parent 51a940e commit 57258a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions secdel.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Secdel < Formula
desc "Securely delete files using military-grade forensic standards."
homepage "https://github.com/smithbh/secdel"
url "https://github.com/smithbh/secdel/archive/0.0.3.tar.gz"
version "0.0.3"
sha256 "ed8027ce17f0e4e7996d3c20459f7263395f450b522173eda042e990ce65a61f"
url "https://github.com/smithbh/secdel/archive/0.0.4.tar.gz"
version "0.0.4"
sha256 "eafb95278876ffad894073d63dbb5312e52016e18de5ba9ff82c98b0c0f4333a"
depends_on "khell/srm/srm"

def install
Expand Down

0 comments on commit 57258a2

Please sign in to comment.