aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-01-14 01:22:12 -0600
committerJack Nagel2013-01-14 01:22:15 -0600
commit54daf8781df6004303ea248d2ed5bd04fa4df2ba (patch)
tree5c465641930047c8d57dcf750f6913d028180b91 /Library
parente0c3c0aaa519152d7219eeedb505b92c7e8f3f35 (diff)
downloadhomebrew-54daf8781df6004303ea248d2ed5bd04fa4df2ba.tar.bz2
rbenv-bundler: fix checksum
Fixes #17063.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rbenv-bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb
index 0e379ac1b..20723518e 100644
--- a/Library/Formula/rbenv-bundler.rb
+++ b/Library/Formula/rbenv-bundler.rb
@@ -3,7 +3,7 @@ require 'formula'
class RbenvBundler < Formula
homepage 'https://github.com/carsomyr/rbenv-bundler'
url 'https://github.com/carsomyr/rbenv-bundler/tarball/0.95'
- sha1 '23167626f0744abec7ffa8ecf438765af629703a'
+ sha1 '373b93874b889ae11c2e26460e73ef1a99e8b9f6'
depends_on 'rbenv'