Skip to content

Commit

Permalink
Merge pull request pivotal-sprout#180 from acgetchell/patch-1
Browse files Browse the repository at this point in the history
Update recipes/textmate2.rb
  • Loading branch information
ohrite committed Jan 3, 2013
2 parents b197f3c + 8621dce commit 41a1edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/textmate2.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_recipe "pivotal_workstation::user_owns_usr_local"

node.default["textmate"]["url"] = "https://github.com/downloads/textmate/textmate/TextMate_r9307.tbz"
node.default["textmate"]["shasum"] = "4bd51bae79a20e505fc172a5c4ee2a83930c1db9"
node.default["textmate"]["url"] = "https://github.com/downloads/textmate/textmate/TextMate_r9333.tbz"
node.default["textmate"]["shasum"] = "c0387b12fb6b827b05d90345a560dd790a5ceebe"

unless File.exists?("/Applications/TextMate.app")
directory Chef::Config[:file_cache_path] do
Expand Down

0 comments on commit 41a1edc

Please sign in to comment.