pyside 1.2.1 and pyside-tools 0.2.15
This commit is contained in:
parent
7b4c1441f6
commit
2de4edf772
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class PysideTools < Formula
|
||||
homepage 'http://www.pyside.org'
|
||||
url 'http://qt-project.org/uploads/pyside/pyside-tools-0.2.14.tar.bz2'
|
||||
sha1 'f654553bc9bfb35dbc5673da26830969393f9fe8'
|
||||
url 'https://github.com/PySide/Tools/archive/0.2.15.tar.gz'
|
||||
sha1 'b668d15e8d67e25a653db5abf8f542802e2ee2dd'
|
||||
|
||||
head 'git://gitorious.org/pyside/pyside-tools.git'
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Pyside < Formula
|
||||
homepage 'http://www.pyside.org'
|
||||
url 'https://download.qt-project.org/official_releases/pyside/pyside-qt4.8+1.2.0.tar.bz2'
|
||||
mirror 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.2.0.tar.bz2'
|
||||
sha1 'b7bbb068f775cea6c42a86dc2796ed7dd4f36555'
|
||||
url 'https://download.qt-project.org/official_releases/pyside/pyside-qt4.8+1.2.1.tar.bz2'
|
||||
mirror 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.2.1.tar.bz2'
|
||||
sha1 'eec5bed37647dd8d3d1c7a610ad913312dd55910'
|
||||
|
||||
head 'git://gitorious.org/pyside/pyside.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue