summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2019-04-03 18:32:13 +1300
committerjason2019-04-03 18:32:13 +1300
commitcc80dca8085c1df40ed413c019782cca0164024f (patch)
tree726b830ca7c54821496d0d3c0f2c29b1aaa63a17
parentafadaf7b684e31d4e622b5fa8a8284e1e553c297 (diff)
downloadaur-cc80dca8085c1df40ed413c019782cca0164024f.tar.gz
1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c52dee0029b..f5c9264a3c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
arch = any
license = MPLv2
- provides = syncthing=1.1.0
+ provides = syncthing=1.1.1
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v1.1.0/syncthing-linux-amd64-v1.1.0.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v1.1.1/syncthing-linux-amd64-v1.1.1.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
- sha256sums = 4220e5ea01bae7631de8258238f2a8adc165feb177d5a9ff7bc7309bfe7e8043
+ sha256sums = 33554cdc9c6ed4f540cca234c10c046b40d036e24730eebe95e9cffa1c3dd61e
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c27f0326306..8ed1aecba34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('any')
license=('MPLv2')
-provides=('syncthing=1.1.0')
+provides=('syncthing=1.1.1')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('76064bd1a3f67812c59deb7b18b1d9008d05cab84301393c54b285196644bd6a')
+ sha256sums+=('02ed5e69a2b4a29c6e8cc5d47603678fd4ecee585cca1d54634491859a625e99')
;;
i686) _pkgarch="386"
- sha256sums+=('ebd14f61906beafee0643b02dd6235bc64a562550b5532558251c22791a39387')
+ sha256sums+=('77fff3a7967ddd18c0a4214b750708230942fd818b9d599a609d42792f1d8baf')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('4220e5ea01bae7631de8258238f2a8adc165feb177d5a9ff7bc7309bfe7e8043')
+ sha256sums+=('33554cdc9c6ed4f540cca234c10c046b40d036e24730eebe95e9cffa1c3dd61e')
;;
esac