diff options
| author | Tod Thomson | 2015-03-25 22:37:54 +1000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-25 13:26:22 +0000 |
| commit | 36b6c281b2dcdd91915d79626a4e84a66c419fc0 (patch) | |
| tree | f92db575f901923d5e185a924c881b9f22295b29 /Library/Formula/scriptcs.rb | |
| parent | 5b0f7c3f14a586a261fcb56b251258e5625350d0 (diff) | |
| download | homebrew-36b6c281b2dcdd91915d79626a4e84a66c419fc0.tar.bz2 | |
scriptcs 0.14.0
updates scriptcs to 0.14.0
Closes #38056.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/scriptcs.rb')
| -rw-r--r-- | Library/Formula/scriptcs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/scriptcs.rb b/Library/Formula/scriptcs.rb index 807ad7882..5345aeb85 100644 --- a/Library/Formula/scriptcs.rb +++ b/Library/Formula/scriptcs.rb @@ -1,7 +1,7 @@ class Scriptcs < Formula homepage "https://github.com/scriptcs/scriptcs" - url "https://github.com/scriptcs/scriptcs/archive/v0.13.3.tar.gz" - sha256 "08cf6f2fc14b334ec8d18367a47e5210e99928c3c1cd3d16f2e94d596c8ab44a" + url "https://github.com/scriptcs/scriptcs/archive/v0.14.0.tar.gz" + sha256 "44060c7ae6eb156a0088e0f8c1a3e6523b5cd7d8c6961e628ba8d5a9df3998eb" bottle do cellar :any |
