diff options
author | jason | 2015-10-03 07:57:22 +1300 |
---|---|---|
committer | jason | 2015-10-03 07:57:22 +1300 |
commit | 76b764f6fefec1e03603988306ae68ead65d363f (patch) | |
tree | 88e8a8f6eeb2ae74ae91667d6d428642fe7c67e5 | |
parent | 66a034df632ee35e2cf21c458bd8f5fd6bb74b9e (diff) | |
download | aur-76b764f6fefec1e03603988306ae68ead65d363f.tar.gz |
0.11.26
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = syncthing-bin pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary. - pkgver = 0.11.25 + pkgver = 0.11.26 pkgrel = 1 url = http://syncthing.net/ install = syncthing.install @@ -8,10 +8,10 @@ pkgbase = syncthing-bin arch = i686 arch = x86_64 license = MPLv2 - provides = syncthing=0.11.25 + provides = syncthing=0.11.26 conflicts = syncthing source = syncthing.1 - source = https://github.com/syncthing/syncthing/releases/download/v0.11.25/syncthing-linux--v0.11.25.tar.gz + source = https://github.com/syncthing/syncthing/releases/download/v0.11.26/syncthing-linux--v0.11.26.tar.gz sha1sums = cabf3bf78457ce17057ae39fe3b0009a4aa446c4 pkgname = syncthing-bin @@ -3,13 +3,13 @@ pkgname=syncthing-bin _realname=syncthing -pkgver=0.11.25 +pkgver=0.11.26 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary." url="http://syncthing.net/" arch=('armv6h' 'i686' 'x86_64') license=('MPLv2') -provides=('syncthing=0.11.25') +provides=('syncthing=0.11.26') conflicts=('syncthing') install=${_realname}.install source=( 'syncthing.1') @@ -18,13 +18,13 @@ sha1sums=('cabf3bf78457ce17057ae39fe3b0009a4aa446c4') case "$CARCH" in arm*) _pkgarch="arm" - sha1sums+=('2f77c8f9d8adf822e9e0bc7ec32081328be83b04') + sha1sums+=('4ef25282ca978bc49424ed22cad2c273d98d34f6') ;; i686) _pkgarch="386" - sha1sums+=('2e62ff09573704efc427edc5abb9c2e33100bf7d') + sha1sums+=('64545315c3973ce7ff852054e577b52157f2d9b4') ;; x86_64) _pkgarch="amd64" - sha1sums+=('0773770f5d40b6322f9d7d565bb33c66340275ef') + sha1sums+=('bd32ac49d46005b5071349964ea0c488406b70ca') ;; esac |