Skip to content

Commit

Permalink
sendemail: use checksummed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 17, 2014
1 parent 9169bbd commit 11639da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/sendemail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ class Sendemail < Formula
url 'http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.56.tar.gz'
sha1 '5c7c03ce60785c7b7695ec486c84d6e15704df38'

def patches
# Reported upstream:
# http://caspian.dotconf.net/menu/Software/SendEmail/#comment-1119965648
{ :p1 => "https://raw.github.com/mogaal/sendemail/e785a6d284884688322c9b39c0f64e20a43ea825/debian/patches/fix_ssl_version.patch" }
# Reported upstream: http://caspian.dotconf.net/menu/Software/SendEmail/#comment-1119965648
patch do
url "https://raw.github.com/mogaal/sendemail/e785a6d284884688322c9b39c0f64e20a43ea825/debian/patches/fix_ssl_version.patch"
sha1 "f0ce85b136e83010a89d941f849bb2e78a2ad6d6"
end

def install
Expand Down

0 comments on commit 11639da

Please sign in to comment.