Skip to content
Snippets Groups Projects
Commit 6b329a3c authored by Jaroslav Lichtblau's avatar Jaroslav Lichtblau
Browse files

preparing for v0.14.0 build

parent 105bb1c9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Contributor: korjjj <korjjj+aur@gmail.com> # Contributor: korjjj <korjjj+aur@gmail.com>
pkgname=('syncthing' 'syncthing-relaysrv') pkgname=('syncthing' 'syncthing-relaysrv')
pkgver=0.13.10 pkgver=0.14.0
pkgrel=1 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://syncthing.net/" url="http://syncthing.net/"
...@@ -17,7 +17,7 @@ source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncth ...@@ -17,7 +17,7 @@ source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncth
syncthing-relaysrv.sysusers syncthing-relaysrv.sysusers
syncthing-relaysrv.tmpfiles) syncthing-relaysrv.tmpfiles)
validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management
sha256sums=('f8847c6beb7e0bf685c5640e929e30f8ae4f9e63ddc905a6f62e18c7a3fab5dc' sha256sums=('ee112dfcea1263515364557c3432c50bb526fa4a3aa0a822d1d1a1671c9ad699'
'SKIP' 'SKIP'
'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa' '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
'f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f') 'f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f')
......
post_upgrade() { post_upgrade() {
if (( "$(vercmp $2 0.13.0-1)" < 0 )); then if (( "$(vercmp $2 0.14.0-1)" < 0 )); then
cat << EOF cat << EOF
This is the first release on the new major v0.13 branch. It is not This is the first release on the new major v0.14 branch. It is not
protocol compatible with the v0.12.x releases! Use this release if you are 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. a new user, or when you are ready to upgrade all devices in your cluster.
Full information is available on the release page 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 EOF
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment