Browse Source

Update chest to 0.4.0

master
Luke Childs 7 years ago
parent
commit
1a1d72668f
  1. 6
      chest.rb

6
chest.rb

@ -1,9 +1,9 @@
class Chest < Formula
desc "Bash glue to encrypt and hide files"
homepage "https://github.com/lukechilds/chest"
url "https://github.com/lukechilds/chest/archive/0.3.0.zip"
version "0.3.0"
sha256 "a9342c5d18a9760f846979acfd2791d5815a8ae2bb71781519561fc2de9ff717"
url "https://github.com/lukechilds/chest/archive/0.4.0.zip"
version "0.4.0"
sha256 "40f9323acb0dd87f173b344364584f9531bf99c487f3fc1f2d6e6a9deacdd4be"
depends_on "gpg"

Loading…
Cancel
Save