Skip to content

Commit

Permalink
ogmtools: use checksummed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 14, 2014
1 parent 2157123 commit e81b6de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/ogmtools.rb
Expand Up @@ -10,10 +10,9 @@ class Ogmtools < Formula
depends_on 'libdvdread' => :optional

# Borrow patch from MacPorts
def patches
{:p0 => [
'https://trac.macports.org/export/87593/trunk/dports/multimedia/ogmtools/files/common.h.diff'
]}
patch :p0 do
url "https://trac.macports.org/export/87593/trunk/dports/multimedia/ogmtools/files/common.h.diff"
sha1 "cd7206eebbe939f1c4e0203c612ad5aeb6d8ea56"
end

def install
Expand Down

0 comments on commit e81b6de

Please sign in to comment.