diff options
| author | Markus Herb | 2015-04-25 14:09:38 +0200 |
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:38:29 -0700 |
| commit | fe911636d988ba67cfad8295a67b9fff297513fc (patch) | |
| tree | 6f7d5446b9849bf67e6d3e799c8fea65ed3abbb8 | |
| parent | 9cecb519c7829aaa4be6ee4aef919566b39a7119 (diff) | |
| download | homebrew-fe911636d988ba67cfad8295a67b9fff297513fc.tar.bz2 | |
stlink 1.1.0
Closes #39053.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/stlink.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/stlink.rb b/Library/Formula/stlink.rb index 7b59ed83b..b4e6f365d 100644 --- a/Library/Formula/stlink.rb +++ b/Library/Formula/stlink.rb @@ -2,8 +2,8 @@ require "formula" class Stlink < Formula homepage "https://github.com/texane/stlink" - url "https://github.com/texane/stlink/archive/1.0.0.tar.gz" - sha1 "d55bbdd8c4c907be15b28d089fddc86e7a167766" + url "https://github.com/texane/stlink/archive/1.1.0.tar.gz" + sha256 "3ac4dfcf1da0da40a1b71a8789ff0f1e7d978ea0222158bebd2de916c550682c" bottle do cellar :any |
