diff options
| author | Jeff Larson | 2013-04-20 15:06:22 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-20 11:12:13 -0700 |
| commit | c2c6e21f20d167df89e26f3660027a3bb0f1d4a8 (patch) | |
| tree | db6611aa67a95ad2c6581a9fe853bb9f37a69507 /Library/Formula | |
| parent | 5df111c3911a8f41f9e74ef5278414aa2d17030f (diff) | |
| download | homebrew-c2c6e21f20d167df89e26f3660027a3bb0f1d4a8.tar.bz2 | |
simple-tiles 0.3.2
Closes #19325.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/simple-tiles.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/simple-tiles.rb b/Library/Formula/simple-tiles.rb index c20d14529..4c7bd2a74 100644 --- a/Library/Formula/simple-tiles.rb +++ b/Library/Formula/simple-tiles.rb @@ -2,8 +2,8 @@ require 'formula' class SimpleTiles < Formula homepage 'http://propublica.github.io/simple-tiles/' - url 'https://github.com/propublica/simple-tiles/archive/v0.3.1.tar.gz' - sha1 '9f5ff17cca9d9cacb36dcf971b57dd3b42b352e2' + url 'https://github.com/propublica/simple-tiles/archive/v0.3.2.tar.gz' + sha1 'acb970264d33c40331bbf7b2acfb9c7683c21e05' head 'https://github.com/propublica/simple-tiles.git' |
