aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pebble-sdk.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pebble-sdk.rb b/Library/Formula/pebble-sdk.rb
index c11518234..e8ed3d443 100644
--- a/Library/Formula/pebble-sdk.rb
+++ b/Library/Formula/pebble-sdk.rb
@@ -2,9 +2,8 @@ require 'formula'
class PebbleSdk < Formula
homepage 'https://developer.getpebble.com/2/'
- url 'https://s3.amazonaws.com/assets.getpebble.com/sdk2/PebbleSDK-2.0-BETA7.tar.gz'
- version '2.0-BETA7'
- sha1 '26455446e5e3c68fa321a6ac9b644c8dd36a8343'
+ url 'https://s3.amazonaws.com/assets.getpebble.com/sdk2/PebbleSDK-2.0.0.tar.gz'
+ sha1 'e06d77d26c8adb20760217b7f68944a5b72bd223'
depends_on 'freetype' => :recommended
depends_on 'mpfr'