Skip to content

Commit

Permalink
Update recipes/textmate2.rb
Browse files Browse the repository at this point in the history
1/3/2013 version of TextMate 2
  • Loading branch information
acgetchell committed Jan 3, 2013
1 parent b197f3c commit 8621dce
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 8621dce

Please sign in to comment.