Skip to content

Commit

Permalink
tmv-cpp: use checksummed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ianml committed Mar 16, 2014
1 parent d392092 commit 0abdbca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tmv-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ class TmvCpp < Formula
option 'with-full-check', 'Go through all tests (time consuming)'
depends_on 'scons' => :build

def patches
# Fix a bug with Xcode 5.1. Remove when upgrading to v0.72
# See https://code.google.com/p/tmv-cpp/issues/detail?id=9
{ :p0 => 'https://tmv-cpp.googlecode.com/issues/attachment?aid=90002000&name=issue9.patch&token=Nn4yfV6CoV3nVsQNNzRfgp578V8%3A1394851189991' }
# Fix a bug with Xcode 5.1. Remove when upgrading to v0.72
# See https://code.google.com/p/tmv-cpp/issues/detail?id=9
patch :p0 do
url "https://tmv-cpp.googlecode.com/issues/attachment?aid=90002000&name=issue9.patch&token=Nn4yfV6CoV3nVsQNNzRfgp578V8%3A1394851189991"
sha1 "b45e55cafdb20db16ad8f0873e77838a258fa980"
end

def install
Expand Down

0 comments on commit 0abdbca

Please sign in to comment.