signify-osx 1.4

Also:
- Update homepage to short man.openbsd.org url scheme.
- Fix tests to pass new filename validation.

Closes #35543.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Jean-Philippe Ouellet 2018-12-29 15:10:54 -05:00 committed by Chongyu Zhu
parent f88837ef84
commit c03c37b673
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -1,8 +1,8 @@
class SignifyOsx < Formula
desc "Cryptographically sign and verify files"
homepage "https://man.openbsd.org/OpenBSD-current/man1/signify.1"
url "https://github.com/jpouellet/signify-osx/archive/1.3.tar.gz"
sha256 "c67090135a55478a6a6c11d507d9c3865a11de665c010a8a5f2457737f277f89"
homepage "https://man.openbsd.org/signify.1"
url "https://github.com/jpouellet/signify-osx/archive/1.4.tar.gz"
sha256 "5aa954fe6c54f2fc939771779e5bb64298e46d0a4ae3d08637df44c7ed8d2897"
head "https://github.com/jpouellet/signify-osx.git"
bottle do
@ -21,6 +21,6 @@ class SignifyOsx < Formula
end
test do
system "#{bin}/signify", "-G", "-n", "-p", "pubkey", "-s", "seckey"
system "#{bin}/signify", "-G", "-n", "-p", "test.pub", "-s", "test.sec"
end
end