[arch-commits] Commit in syncthing/trunk (PKGBUILD syncthing.install)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Dec 14 18:24:45 UTC 2016


    Date: Wednesday, December 14, 2016 @ 18:24:45
  Author: jlichtblau
Revision: 199423

upgpkg: syncthing 0.14.14-1

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

-------------------+
 PKGBUILD          |    4 ++--
 syncthing.install |    9 +++------
 2 files changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 18:23:42 UTC (rev 199422)
+++ PKGBUILD	2016-12-14 18:24:45 UTC (rev 199423)
@@ -6,7 +6,7 @@
 # Contributor: korjjj <korjjj+aur at gmail.com>
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.13
+pkgver=0.14.14
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/"
@@ -19,7 +19,7 @@
         syncthing-relaysrv.tmpfiles
         syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management
-sha256sums=('f1190173f2ba2f341920faf7aa1a05af775bac6cd4cff0f003c4b0831022c67d'
+sha256sums=('45e2de781850cf37eaa1c3a60b93a71b84238c1f6d3521d182ceec0ae06e23ec'
             'SKIP'
             '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
             'f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'

Modified: syncthing.install
===================================================================
--- syncthing.install	2016-12-14 18:23:42 UTC (rev 199422)
+++ syncthing.install	2016-12-14 18:24:45 UTC (rev 199423)
@@ -1,11 +1,8 @@
 post_upgrade() {
-  if (( "$(vercmp $2 0.14.0-1)" < 0 )); then
+  if (( "$(vercmp $2 0.14.14-1)" < 0 )); then
     cat << EOF
-  This is the first release on the new major v0.14 branch. It is not
-  protocol compatible with the v0.13.x releases! Use this release if you are
-  a new user, or when you are ready to upgrade all devices in your cluster.
-  Full information is available on the release page
-  https://github.com/syncthing/syncthing/releases/tag/v0.14.0
+  Syncing symlinks between v0.14.14 and previous versions will not work.
+  See https://github.com/syncthing/syncthing/releases/tag/v0.14.14 for details.
 
 EOF
   fi



More information about the arch-commits mailing list