duply 1.11.2
- upgraded to new upstream version 1.11.2 - added do test section to formula: "However, a bad test is better than no test at all." (Formula-Cookbook.md#add-a-test-to-the-formula) Closes Homebrew/homebrew#50277. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
79e48f4cb8
commit
6f07ccc45c
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Duply < Formula
|
class Duply < Formula
|
||||||
desc "Frontend to the duplicity backup system"
|
desc "Frontend to the duplicity backup system"
|
||||||
homepage "http://duply.net"
|
homepage "http://duply.net"
|
||||||
url "https://downloads.sourceforge.net/project/ftplicity/duply%20\(simple%20duplicity\)/1.11.x/duply_1.11.1.tgz"
|
url "https://downloads.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.11.x/duply_1.11.2.tgz"
|
||||||
sha256 "128792962bbd1509e875bd91e613be3aa1263e6edb57815957e07d54346bc02d"
|
sha256 "06843960ae5753395cb5be72a9c9f2fe78e6ea81a17c6d8d28f2ae49ab50d5aa"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
||||||
|
@ -11,4 +11,8 @@ class Duply < Formula
|
||||||
def install
|
def install
|
||||||
bin.install "duply"
|
bin.install "duply"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
system "#{bin}/duply", "-v"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue