diff options
| author | Marco Bonetti | 2015-04-26 14:11:30 +0200 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-26 20:50:36 +0800 | 
| commit | 133c9d02df7c1a3c75061263543b6ae286e79709 (patch) | |
| tree | be683d6be6655e337458ecbe4d5370d8c8dee727 /Library | |
| parent | af38a05559418c8e67e991643f194dd21a4f6c52 (diff) | |
| download | homebrew-133c9d02df7c1a3c75061263543b6ae286e79709.tar.bz2 | |
syncthing 0.11.1
trivial version bump
Closes #39075.
Signed-off-by: Xu Cheng <xucheng@me.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 77f728532..2eb999c47 100644 --- a/Library/Formula/syncthing.rb +++ b/Library/Formula/syncthing.rb @@ -1,7 +1,7 @@  class Syncthing < Formula    homepage "https://syncthing.net/"    url "https://github.com/syncthing/syncthing.git", -    :tag => "v0.11.0", :revision => "b35958d024175609a9e07934cdb1bedd3243939c" +    :tag => "v0.11.1", :revision => "15b87ae29749a5a81454a1497a2ebbdb75782dcb"    head "https://github.com/syncthing/syncthing.git" | 
