diff options
| author | Tim D. Smith | 2015-03-09 15:11:02 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-09 20:36:29 -0700 |
| commit | ffa32db0fd4e5f919e0c44beb216ee8171a133ba (patch) | |
| tree | fd2a6cca958a5966c5ce4cb56661bc30fa627bd1 /Library/Formula | |
| parent | f134036147b0a6f8073c7f2c70ddbf43970e2b63 (diff) | |
| download | homebrew-ffa32db0fd4e5f919e0c44beb216ee8171a133ba.tar.bz2 | |
python3 3.5.0a2 (devel)
Closes #37543.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index e899b6cb7..73a9714ce 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -12,8 +12,8 @@ class Python3 < Formula head "https://hg.python.org/cpython", :using => :hg devel do - url "https://www.python.org/ftp/python/3.5.0/Python-3.5.0a1.tgz" - sha1 "e9441525f37d65623f5efab0b7ca726ab52b1fb9" + url "https://www.python.org/ftp/python/3.5.0/Python-3.5.0a2.tgz" + sha256 "b15ba6931f5c7231577f3608958ae6616872da536eca3ba8aced820cdda15a18" end option :universal |
