diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-10-18 01:08:37 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-10-18 01:08:37 +0000 |
commit | d0d0b625de2df67d593c310ff8522549d93ba347 (patch) | |
tree | 3e24013f010db199ed0983fd852918d6300630d1 /net/syncthing/files | |
parent | 2b88da1ab0f21d7e75e6f284ca198b7fa83f85a7 (diff) | |
download | ports-d0d0b625de2df67d593c310ff8522549d93ba347.tar.gz ports-d0d0b625de2df67d593c310ff8522549d93ba347.zip |
Notes
Diffstat (limited to 'net/syncthing/files')
-rw-r--r-- | net/syncthing/files/patch-build.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/syncthing/files/patch-build.go b/net/syncthing/files/patch-build.go index 128c24e3b946..5e1a923be4b2 100644 --- a/net/syncthing/files/patch-build.go +++ b/net/syncthing/files/patch-build.go @@ -10,14 +10,14 @@ - return s - }) - return string(v) -+ return string("v0.10.0") ++ return string("v0.10.1") } func buildStamp() int64 { - bs := run("git", "show", "-s", "--format=%ct") - s, _ := strconv.ParseInt(string(bs), 10, 64) - return s -+ return 1412769521 ++ return 1413115780 } func buildUser() string { |