pebble-sdk 2.0.0
Closes Homebrew/homebrew#26389. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
e224979a22
commit
a0cf59183d
1 changed files with 2 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue