diff options
| author | Steven Peters | 2014-04-11 16:07:51 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-04-11 20:53:22 -0500 |
| commit | cd9c98b77e46ae1eb8c297ddcd80db48745b00a4 (patch) | |
| tree | bf1fe154a08ca111a0d19916b7f6b692d70623bf /Library/Formula/libopkele.rb | |
| parent | 120b1658b485acba330ab5208962de455530d028 (diff) | |
| download | homebrew-cd9c98b77e46ae1eb8c297ddcd80db48745b00a4.tar.bz2 | |
Use .diff instead of .patch for github commit sourced patches
This modifies multiple formulae in a single commit, replacing
the patch suffix with diff per #28315. I used the following
command:
~~~
sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .`
~~~
The patch shasums are then computed using:
~~~
brew fetch --build-from-source `git st | sed -e 's@^ M@@'`
~~~
and manually updated.
Fixes #28315.
Fixes #28335.
Closes #28339.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libopkele.rb')
| -rw-r--r-- | Library/Formula/libopkele.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libopkele.rb b/Library/Formula/libopkele.rb index 677dc7bb9..fc7062594 100644 --- a/Library/Formula/libopkele.rb +++ b/Library/Formula/libopkele.rb @@ -8,8 +8,8 @@ class Libopkele < Formula sha1 "0c403d118efe6b4ee4830914448078c0ee967757" patch do - url "https://github.com/hacker/libopkele/commit/9ff6244998b0d41e71f7cc7351403ad590e990e4.patch" - sha1 "f799213b0e65d42b96ff78eb3b5be4f0ec06afa5" + url "https://github.com/hacker/libopkele/commit/9ff6244998b0d41e71f7cc7351403ad590e990e4.diff" + sha1 "dd86d5a493a54f57ac3bc842878cba5c6608aa7e" end end |
