diff options
| -rw-r--r-- | Library/Formula/bats.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bats.rb b/Library/Formula/bats.rb index 73237518e..e4e813b32 100644 --- a/Library/Formula/bats.rb +++ b/Library/Formula/bats.rb @@ -2,8 +2,8 @@ require 'formula' class Bats < Formula homepage 'https://github.com/sstephenson/bats' - url 'https://github.com/sstephenson/bats/archive/v0.2.0.tar.gz' - sha1 'c2e67181e2bd6f89f9e40d4cad43c0fe2c1df19a' + url 'https://github.com/sstephenson/bats/archive/v0.3.0.tar.gz' + sha1 'a40959400a288c9527e131409f6eb6bf3183c9ae' head 'https://github.com/sstephenson/bats.git' def install |
