diff options
| author | Jim Myhrberg | 2014-11-30 13:26:47 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-30 17:54:40 +0000 |
| commit | c6afeb4677b7c87b1637510a5f2b61b704039c38 (patch) | |
| tree | 6ecac84bdd72617c0acfb1148c351068e86c9a3d /Library | |
| parent | 88e152d2fdc0c5e37bcccd83cfc4c09eed941a46 (diff) | |
| download | homebrew-c6afeb4677b7c87b1637510a5f2b61b704039c38.tar.bz2 | |
Syncthing 0.10.9
Version bump.
Closes #34567.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/syncthing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb index 2006035d5..cdfb5df56 100644 --- a/Library/Formula/syncthing.rb +++ b/Library/Formula/syncthing.rb @@ -2,7 +2,7 @@ require "formula" class Syncthing < Formula homepage "http://syncthing.net" - url "https://github.com/syncthing/syncthing.git", :tag => "v0.10.8" + url "https://github.com/syncthing/syncthing.git", :tag => "v0.10.9" bottle do sha1 "33e55e2a4014447b368c92614748175bd963d95c" => :yosemite |
