diff options
| author | Ismail Badawi | 2014-09-19 13:50:31 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-09-19 22:23:26 -0500 |
| commit | 5f10908702ed51d09a10f74f56bf079426d3ddb4 (patch) | |
| tree | 11f3cd9169a2f65bfb12f077c5dfdfb7367e8ecd /Library | |
| parent | 9eb90007ba0ce30329783bda20728ff8a413d985 (diff) | |
| download | homebrew-5f10908702ed51d09a10f74f56bf079426d3ddb4.tar.bz2 | |
pebble-sdk 2.5
Closes #32433.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pebble-sdk.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/pebble-sdk.rb b/Library/Formula/pebble-sdk.rb index baa26a359..108f5a4aa 100644 --- a/Library/Formula/pebble-sdk.rb +++ b/Library/Formula/pebble-sdk.rb @@ -2,8 +2,8 @@ require 'formula' class PebbleSdk < Formula homepage 'https://developer.getpebble.com/2/' - url 'https://s3.amazonaws.com/assets.getpebble.com/sdk2/PebbleSDK-2.4.1.tar.gz' - sha1 '405a38b955bab73b5666640be42dca294f36af95' + url 'https://s3.amazonaws.com/assets.getpebble.com/sdk2/PebbleSDK-2.5.tar.gz' + sha1 '7de15145af4fd3b046d4b49e207dc74db4b4865c' bottle do sha1 "81713e9095c2f1eec9df6ad7cf968a167216d1b8" => :mavericks @@ -84,8 +84,7 @@ class PebbleSdk < Formula resource('pyserial').stage { system "python", *install_args } resource('pypng').stage { system "python", *install_args } - doc.install %w[Documentation Examples PebbleKit-Android - PebbleKit-iOS README.txt] + doc.install %w[Documentation Examples README.txt] prefix.install %w[Pebble bin tools requirements.txt version.txt] resource('pebble-arm-toolchain').stage do @@ -106,7 +105,7 @@ class PebbleSdk < Formula end def caveats; <<-EOS.undent - Documentation, examples and Android/iOS kits can be found in + Documentation and examples can be found in #{doc} EOS end |
