aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-25 12:33:14 -0700
committerAdam Vandenberg2013-04-25 12:33:14 -0700
commit3e3fd8088efd87edd865bf4a4bc6b3d6981d50e5 (patch)
treeae79c0776d3c0d01a6f948ec810bc8f389200858 /Library
parent653b3f330c3fc5d03c51176b73dcf51c335143cf (diff)
downloadhomebrew-3e3fd8088efd87edd865bf4a4bc6b3d6981d50e5.tar.bz2
uwsgi 1.9.8
Closes #19433.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/uwsgi.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb
index 4d9af96d2..10e7b6c5f 100644
--- a/Library/Formula/uwsgi.rb
+++ b/Library/Formula/uwsgi.rb
@@ -2,8 +2,8 @@ require 'formula'
class Uwsgi < Formula
homepage 'http://projects.unbit.it/uwsgi/'
- url 'http://projects.unbit.it/downloads/uwsgi-1.9.7.tar.gz'
- sha1 '735a25963398a696f6814aea21a40f93a3a69ce0'
+ url 'http://projects.unbit.it/downloads/uwsgi-1.9.8.tar.gz'
+ sha1 '41f6b838228d980a60d99c412a5ad16b4ba9bfe4'
depends_on 'pcre'
depends_on 'libyaml'