aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:20 -0500
committerJack Nagel2014-03-16 21:35:20 -0500
commit64cfdffa3b4970f6d9c772c5224dd60473f4a0f3 (patch)
treeea024667bac2eadc748c9f583ff823337abf42da /Library
parent4e3b15fa9eb935678e0c59046f786ba50416608d (diff)
downloadhomebrew-64cfdffa3b4970f6d9c772c5224dd60473f4a0f3.tar.bz2
libqxt: use checksummed patches
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libqxt.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/Library/Formula/libqxt.rb b/Library/Formula/libqxt.rb
index 47d60ba7f..e798cf606 100644
--- a/Library/Formula/libqxt.rb
+++ b/Library/Formula/libqxt.rb
@@ -8,11 +8,12 @@ class Libqxt < Formula
depends_on 'qt'
depends_on 'berkeley-db' => :optional
- def patches
- # Patch src/gui/qxtglobalshortcut_mac.cpp to fix a bug caused by obsolete
- # constants in Mac OS X 10.6.
- # http://dev.libqxt.org/libqxt-old-hg/issue/50/
- "https://gist.github.com/uranusjr/6019051/raw/"
+ # Patch src/gui/qxtglobalshortcut_mac.cpp to fix a bug caused by obsolete
+ # constants in Mac OS X 10.6.
+ # http://dev.libqxt.org/libqxt-old-hg/issue/50/
+ patch do
+ url "https://gist.github.com/uranusjr/6019051/raw/"
+ sha1 "b2e9f4af0f4cc318a053ccf13fc1a6ccbd25cb67"
end
def install