diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/webfs.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/webfs.rb b/Library/Formula/webfs.rb index ae2e2550f..1d558e3fc 100644 --- a/Library/Formula/webfs.rb +++ b/Library/Formula/webfs.rb @@ -5,8 +5,9 @@ class Webfs < Formula url 'http://dl.bytesex.org/releases/webfs/webfs-1.21.tar.gz' sha1 'a38880d8cb21e415244d220115ede7b573ac890c' - def patches - {:p0 => "https://trac.macports.org/export/21504/trunk/dports/www/webfs/files/patch-ls.c"} + patch :p0 do + url "https://trac.macports.org/export/21504/trunk/dports/www/webfs/files/patch-ls.c" + sha1 "0c408afff6df5b85f3c61afd4f44eb1944ba3a17" end def install |
