aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/syncthing.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb
index 766ba8b96..f592a6705 100644
--- a/Library/Formula/syncthing.rb
+++ b/Library/Formula/syncthing.rb
@@ -1,7 +1,7 @@
class Syncthing < Formula
homepage "http://syncthing.net"
url "https://github.com/syncthing/syncthing.git",
- :tag => "v0.10.25", :revision => "e22c873ec4a65cabf1df5b09c343cbf4ea2325aa"
+ :tag => "v0.10.26", :revision => "9c3cee9ae4ff8ea7d8e3edc9eb7ff590a8255bdb"
head "https://github.com/syncthing/syncthing.git"
@@ -20,7 +20,7 @@ class Syncthing < Formula
# FIXTHIS: do this without mutating the cache!
hack_dir = cached_download/".gopath/src/github.com/syncthing"
- rm_rf hack_dir
+ rm_rf hack_dir
mkdir_p hack_dir
ln_s cached_download, "#{hack_dir}/syncthing"