tinyproxy: use checksummed patches
This commit is contained in:
parent
6be47d7b61
commit
5e6feddda7
1 changed files with 4 additions and 6 deletions
|
@ -9,12 +9,10 @@ class Tinyproxy < Formula
|
|||
|
||||
depends_on "asciidoc" => :build
|
||||
|
||||
# Fix linking error, via MacPorts
|
||||
# See: https://trac.macports.org/ticket/27762
|
||||
def patches
|
||||
{:p0 => [
|
||||
"https://trac.macports.org/export/83413/trunk/dports/net/tinyproxy/files/patch-configure.diff"
|
||||
]}
|
||||
# Fix linking error, via MacPorts: https://trac.macports.org/ticket/27762
|
||||
patch :p0 do
|
||||
url "https://trac.macports.org/export/83413/trunk/dports/net/tinyproxy/files/patch-configure.diff"
|
||||
sha1 "e946269b681f3ffaa1acd120c93050cb63bfe743"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue