Browse Source

Update chest to 0.3.0

master
Luke Childs 7 years ago
parent
commit
893e0120dd
  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.2.0.zip"
version "0.2.0"
sha256 "28ba1d3ea118cb8805b9024fcfd4289e7945df90de99aa7ef81c17ea936a08f7"
url "https://github.com/lukechilds/chest/archive/0.3.0.zip"
version "0.3.0"
sha256 "a9342c5d18a9760f846979acfd2791d5815a8ae2bb71781519561fc2de9ff717"
depends_on "gpg"

Loading…
Cancel
Save