Skip to content

Commit 48f6233

Browse files
committed
Merge pull request #16 from sanelson/v0.16_support
Fixed HEAD only pivy build limitation, now builds v0.5.0 by default
2 parents fdc0712 + 47f028f commit 48f6233

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pivy.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
class Pivy < Formula
44
homepage "https://bitbucket.org/Coin3D/pivy/overview"
55
head "https://bitbucket.org/Coin3D/pivy", :using => :hg
6+
url "https://bitbucket.org/Coin3D/pivy/get/tip.tar.gz"
7+
sha256 "4b84e76470a97a4aad63ddfa4a7ce79fbb74029cdb0e0b86be2cd4248af35912"
8+
version "0.5.0"
69

710
depends_on :python
811
depends_on "coin"

0 commit comments

Comments
 (0)