summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2017-09-20 10:19:42 +1200
committerjason2017-09-20 10:19:42 +1200
commit49b5fe0e7aeb09f33154a64a46db533ae0c564a7 (patch)
tree7f748b3043c65100da22a089c815048bebe0c51f
parent3c1711c489ad1b9eb937fc39fed39fda90bb17d5 (diff)
downloadaur-49b5fe0e7aeb09f33154a64a46db533ae0c564a7.tar.gz
0.14.38
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1683a8e1151..ba823e767a21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Sep 5 21:17:46 UTC 2017
+# Tue Sep 19 22:19:32 UTC 2017
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 0.14.37
+ pkgver = 0.14.38
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
arch = any
license = MPLv2
- provides = syncthing=0.14.37
+ provides = syncthing=0.14.38
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v0.14.37/syncthing-linux--v0.14.37.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v0.14.38/syncthing-linux--v0.14.38.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fbc97b3f3e7..c24ef79a48cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=0.14.37
+pkgver=0.14.38
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('any')
license=('MPLv2')
-provides=('syncthing=0.14.37')
+provides=('syncthing=0.14.38')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,13 +18,13 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm*) _pkgarch="arm"
- sha256sums+=('1a886e25a8a10b7a6fbcf086a5765eb67ea73be0059917190b201e9ad2246185')
+ sha256sums+=('9d09d0626e97d93908780d93006987690de2bde2a72022f1dd63614dc07eb14d')
;;
i686) _pkgarch="386"
- sha256sums+=('ebfb265c139a7726206e1dd27027eadb9643090ffd0f1392cc35a9349283cea5')
+ sha256sums+=('f0522f6ac0ebdf5f4128c8ceb4b156c31b1ba2e1b5d38c916eb5838bb4cc07d6')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('556fb671ee97e3a45a06c485477936f346d1f82f8fcba32d0fe380a2ac8698c4')
+ sha256sums+=('9536608ee28f4d5f686d8f312d7a95e11f2236665ade8c2f61fb0b3b6ef709c2')
;;
esac