diff options
| author | Bryce Chidester | 2015-01-16 12:35:48 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-17 18:44:25 +0100 |
| commit | 460569730518ed1f3bea15308493f473ca8e79e8 (patch) | |
| tree | f38a91c10bc5392ba2e7feece4021a87f19efc48 /Library | |
| parent | 53c9c0220ec7ca3d1d5bc5ef47b1b968f5abce0d (diff) | |
| download | homebrew-460569730518ed1f3bea15308493f473ca8e79e8.tar.bz2 | |
syncthing 0.10.20
Syncthing v0.10.20
Also replaces undocumented (removed?) environment variable "STNORESTART" with command-line switch "-no-restart"
Closes #35957.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/syncthing.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb index e35b00e2b..3007c5fef 100644 --- a/Library/Formula/syncthing.rb +++ b/Library/Formula/syncthing.rb @@ -1,6 +1,6 @@ class Syncthing < Formula homepage "http://syncthing.net" - url "https://github.com/syncthing/syncthing.git", :tag => "v0.10.18" + url "https://github.com/syncthing/syncthing.git", :tag => "v0.10.20" bottle do sha1 "c734cf769c576ea6a4d6dbcce43543633386f15f" => :yosemite @@ -31,11 +31,6 @@ class Syncthing < Formula <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>EnvironmentVariables</key> - <dict> - <key>STNORESTART</key> - <string>yes</string> - </dict> <key>KeepAlive</key> <true/> <key>Label</key> @@ -44,6 +39,7 @@ class Syncthing < Formula <array> <string>#{opt_bin}/syncthing</string> <string>-no-browser</string> + <string>-no-restart</string> </array> <key>RunAtLoad</key> <true/> |
