nave 0.5.0
Closes Homebrew/homebrew#36454. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6cc67f3b1e
commit
f3902c0ab3
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
class Nave < Formula
|
||||
homepage "https://github.com/isaacs/nave"
|
||||
url "https://github.com/isaacs/nave/archive/v0.4.5.tar.gz"
|
||||
sha1 "190fdab025882a9a50d85c2509b04f269f97dbf7"
|
||||
url "https://github.com/isaacs/nave/archive/v0.5.0.tar.gz"
|
||||
sha1 "adfb72e9f57b14c94866d87001735c864d33c50f"
|
||||
|
||||
def install
|
||||
bin.install "nave.sh" => "nave"
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match /0\.10\.30/, shell_output("#{bin}/nave ls-remote")
|
||||
assert_match "0.10.30", shell_output("#{bin}/nave ls-remote")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue