cdparanoia: use checksummed patches
This commit is contained in:
parent
c0ee8ff7dd
commit
656194ac87
1 changed files with 8 additions and 5 deletions
|
@ -12,11 +12,14 @@ class Cdparanoia < Formula
|
|||
cause '"File too small" error while linking'
|
||||
end
|
||||
|
||||
def patches
|
||||
[
|
||||
"https://trac.macports.org/export/70964/trunk/dports/audio/cdparanoia/files/osx_interface.patch",
|
||||
"https://trac.macports.org/export/70964/trunk/dports/audio/cdparanoia/files/patch-paranoia_paranoia.c.10.4.diff"
|
||||
]
|
||||
patch do
|
||||
url "https://trac.macports.org/export/70964/trunk/dports/audio/cdparanoia/files/osx_interface.patch"
|
||||
sha1 "c86e573f51e6d58d5f349b22802a7a7eeece9fcd"
|
||||
end
|
||||
|
||||
patch do
|
||||
url "https://trac.macports.org/export/70964/trunk/dports/audio/cdparanoia/files/patch-paranoia_paranoia.c.10.4.diff"
|
||||
sha1 "d7dc121374df3b82e82adf544df7bf1eec377bdb"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue