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:
parent
f88837ef84
commit
c03c37b673
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue