diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aget.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/aget.rb b/Library/Formula/aget.rb index 36eba0f94..1579d948e 100644 --- a/Library/Formula/aget.rb +++ b/Library/Formula/aget.rb @@ -5,8 +5,9 @@ class Aget < Formula url 'http://www.enderunix.org/aget/aget-0.4.1.tar.gz' sha1 '6f7bc1676fd506207a1a168c587165b902d9d609' - def patches - { :p0 => "https://trac.macports.org/export/90173/trunk/dports/net/aget/files/patch-Head.c" } + patch :p0 do + url "https://trac.macports.org/export/90173/trunk/dports/net/aget/files/patch-Head.c" + sha1 "03999e0c23259ec0ed849e8e0e7e2b16b28a1387" end def install |
