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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jul 19 19:50:28 UTC 2016


    Date: Tuesday, July 19, 2016 @ 19:50:28
  Author: jlichtblau
Revision: 183312

preparing for v0.14.0 build

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-19 19:44:16 UTC (rev 183311)
+++ PKGBUILD	2016-07-19 19:50:28 UTC (rev 183312)
@@ -6,7 +6,7 @@
 # Contributor: korjjj <korjjj+aur at gmail.com>
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.13.10
+pkgver=0.14.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/"
@@ -18,7 +18,7 @@
         syncthing-relaysrv.sysusers
         syncthing-relaysrv.tmpfiles)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management
-sha256sums=('f8847c6beb7e0bf685c5640e929e30f8ae4f9e63ddc905a6f62e18c7a3fab5dc'
+sha256sums=('ee112dfcea1263515364557c3432c50bb526fa4a3aa0a822d1d1a1671c9ad699'
             'SKIP'
             '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
             'f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f')

Modified: syncthing.install
===================================================================
--- syncthing.install	2016-07-19 19:44:16 UTC (rev 183311)
+++ syncthing.install	2016-07-19 19:50:28 UTC (rev 183312)
@@ -1,11 +1,11 @@
 post_upgrade() {
-  if (( "$(vercmp $2 0.13.0-1)" < 0 )); then
+  if (( "$(vercmp $2 0.14.0-1)" < 0 )); then
     cat << EOF
-  This is the first release on the new major v0.13 branch. It is not
-  protocol compatible with the v0.12.x releases! Use this release if you are
+  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.13.0
+  https://github.com/syncthing/syncthing/releases/tag/v0.14.0
 
 EOF
   fi



More information about the arch-commits mailing list