parent
9b6292e6b3
commit
b99fa0ff41
1 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
class Tgui < Formula
|
||||
desc "GUI library for use with sfml"
|
||||
homepage "https://tgui.eu"
|
||||
url "https://github.com/texus/TGUI/archive/v0.6.9.tar.gz"
|
||||
sha256 "9bbde01e918e950e484d75b3eaeb0c77f38180865f3cfcb188a56e77a62db8bb"
|
||||
url "https://github.com/texus/TGUI/archive/0.7.1.tar.gz"
|
||||
sha256 "48ad3ce56a11ec4e3fdc370597d05c2921833f8a0f4d6ed9fcc1a772a0cd9a1c"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -11,11 +11,6 @@ class Tgui < Formula
|
|||
sha256 "584391c814f3c27d4dfbb6da6eb1494b3972fe0c9c60ed7b4c055d55e66ab48d" => :mavericks
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/texus/TGUI/archive/v0.7-alpha2.tar.gz"
|
||||
sha256 "12da819d3e396a3d3369051e3b40eb1c8f660a13dd5648706235aa282f415e4a"
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "sfml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue