diff options
| author | Dominyk Tiller | 2015-03-11 21:24:52 +0000 |
|---|---|---|
| committer | Brett Koonce | 2015-03-11 23:41:18 -0700 |
| commit | dcdc7d60c9c5af0d732e3daf085fd333c800b314 (patch) | |
| tree | c000fe46299f9ed1f5615378357e8bdff2b22b99 /Library/Formula/syncthing.rb | |
| parent | 05475700761b520206176d760524cfb05dafd869 (diff) | |
| download | homebrew-dcdc7d60c9c5af0d732e3daf085fd333c800b314.tar.bz2 | |
syncthing 0.10.26
Simple bump, and a fix to the accidental double space further down
which ` brew audit —strict ` objected to.
Closes #37605.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/syncthing.rb')
| -rw-r--r-- | Library/Formula/syncthing.rb | 4 |
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" |
