diff options
author | Teddy Wing | 2018-11-22 21:16:16 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-22 21:16:16 +0100 |
commit | bffe56397945195c76bf95a81c0281aef5430803 (patch) | |
tree | 08ddd01f662c67e5a9ffc6d3d2316d5d095ab9d3 | |
parent | 14f115daf0f63d2dce85d1eb24d957524d7341cf (diff) | |
download | DomeKey-bffe56397945195c76bf95a81c0281aef5430803.tar.bz2 |
HomebrewFormula/dome-key.rb: Repackage with latest changes
Only significant change is the addition of the license to the man page.
-rw-r--r-- | HomebrewFormula/dome-key.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HomebrewFormula/dome-key.rb b/HomebrewFormula/dome-key.rb index c5e4a70..2473ce7 100644 --- a/HomebrewFormula/dome-key.rb +++ b/HomebrewFormula/dome-key.rb @@ -3,7 +3,7 @@ class DomeKey < Formula homepage "https://domekey.teddywing.com" version "1.0" url "https://domekey.teddywing.com/downloads/dome-key_1.0.tar.bz2" - sha256 "a724bd988d1d40103057216c6f08ab0c768a172c8167aaef7a9f692a5aa784e9" + sha256 "999377af51f9bfd381dcc5cce1a4ece0626774a35674827ad5002e5a2c2786f4" # Rust code requires at least 10.7 depends_on :macos => :lion |