pgpdump 0.30
Closes #301. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
dfe2b5932a
commit
f1741a76d8
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
class Pgpdump < Formula
|
class Pgpdump < Formula
|
||||||
desc "PGP packet visualizer"
|
desc "PGP packet visualizer"
|
||||||
homepage "http://www.mew.org/~kazu/proj/pgpdump/en/"
|
homepage "http://www.mew.org/~kazu/proj/pgpdump/en/"
|
||||||
url "https://github.com/kazu-yamamoto/pgpdump/archive/v0.29.tar.gz"
|
url "https://github.com/kazu-yamamoto/pgpdump/archive/v0.30.tar.gz"
|
||||||
sha256 "b2b3ffe998eda901f4f888a62354730fb53840e68493cfff76962524c43e1d11"
|
sha256 "ef985afa0ae031f3f0319893fadef5b9100de569113ca898d94175b876ddc062"
|
||||||
|
|
||||||
head "https://github.com/kazu-yamamoto/pgpdump.git"
|
head "https://github.com/kazu-yamamoto/pgpdump.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -32,7 +31,7 @@ class Pgpdump < Formula
|
||||||
-----END PGP MESSAGE-----
|
-----END PGP MESSAGE-----
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
assert_match(/Key ID - 0x6D2EC41AE0982209/,
|
output = shell_output("#{bin}/pgpdump sig.pgp")
|
||||||
shell_output("#{bin}/pgpdump sig.pgp"))
|
assert_match(/Key ID - 0x6D2EC41AE0982209/, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue