summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2023-11-16 18:47:02 +1300
committerjason2023-11-16 18:47:02 +1300
commit89990c3ceb40ee5c761f6cef3348baa0ca7a3557 (patch)
tree14b4082eef1cc06ae476e205deb7025ccd63814c
parent1034292e8fdf3eee87a4fff693a47a969fd407d9 (diff)
downloadaur-89990c3ceb40ee5c761f6cef3348baa0ca7a3557.tar.gz
1.26.1
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dfc232299bd..8be90912f140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 1.26.0
+ pkgver = 1.26.1
pkgrel = 1
url = https://syncthing.net/
install = syncthing.install
@@ -11,15 +11,15 @@ pkgbase = syncthing-bin
license = MPL2
provides = syncthing=${pkgver}
conflicts = syncthing
- source = syncthing-1.26.0.tar.gz::https://github.com/syncthing/syncthing/archive/refs/tags/v1.26.0.tar.gz
- sha256sums = d454be5e6e0aa8fa86817c46c0a80685027f9bee6ca5000292ea4ad4115fed67
- source_x86_64 = https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-amd64-v1.26.0.tar.gz
- sha256sums_x86_64 = fb8d2f97d1e3403ee0bf5cfe2258ab360a7d5778eb0b9e1e9984da6ce260cd83
- source_aarch64 = https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-arm64-v1.26.0.tar.gz
- sha256sums_aarch64 = 90041a4e9dd600ed072bcd8877c6af4ede64b7346df0d420f6742b849dd24f81
- source_armv7h = https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-arm-v1.26.0.tar.gz
- sha256sums_armv7h = 9474715e81edd880abe085c0bb9f25ebce144ffcca45e7d22db3410dc1cc084a
- source_i686 = https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-386-v1.26.0.tar.gz
- sha256sums_i686 = e578ed996ef783f7b44871e7252ebea930452cd00cf154431009678016dc292b
+ source = syncthing-1.26.1.tar.gz::https://github.com/syncthing/syncthing/archive/refs/tags/v1.26.1.tar.gz
+ sha256sums = fcb6933f0e6cd3825f40f59986ab19a1a9fdd3f1a65c0fad935c71a32bc441d5
+ source_x86_64 = https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-amd64-v1.26.1.tar.gz
+ sha256sums_x86_64 = 71f79ea13938657a75e258eb1cccdec360819117060f5feabef467df625f963e
+ source_aarch64 = https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-arm64-v1.26.1.tar.gz
+ sha256sums_aarch64 = 3b0642ddf550f6ab72fb450508ca201b041601e4d651581c9db60b5a183904de
+ source_armv7h = https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-arm-v1.26.1.tar.gz
+ sha256sums_armv7h = cf87364cec99ea1a5c05290d9f6c9c9a8557f31eba7ff4ceeb062f33f0ee1905
+ source_i686 = https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-386-v1.26.1.tar.gz
+ sha256sums_i686 = 3f8273d67c526c09272b131774478c67b63615fdd572cb9e3320ad3cb3a9fc79
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13d1f952d360..8854b75e5dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=1.26.0
+pkgver=1.26.1
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="https://syncthing.net/"
@@ -17,11 +17,11 @@ source_x86_64=("https://github.com/syncthing/${_realname}/releases/download/v${p
source_aarch64=("https://github.com/syncthing/${_realname}/releases/download/v${pkgver}/${_realname}-linux-arm64-v${pkgver}.tar.gz")
source_armv7h=("https://github.com/syncthing/${_realname}/releases/download/v${pkgver}/${_realname}-linux-arm-v${pkgver}.tar.gz")
source_i686=("https://github.com/syncthing/${_realname}/releases/download/v${pkgver}/${_realname}-linux-386-v${pkgver}.tar.gz")
-sha256sums=('d454be5e6e0aa8fa86817c46c0a80685027f9bee6ca5000292ea4ad4115fed67')
-sha256sums_x86_64=('fb8d2f97d1e3403ee0bf5cfe2258ab360a7d5778eb0b9e1e9984da6ce260cd83')
-sha256sums_aarch64=('90041a4e9dd600ed072bcd8877c6af4ede64b7346df0d420f6742b849dd24f81')
-sha256sums_armv7h=('9474715e81edd880abe085c0bb9f25ebce144ffcca45e7d22db3410dc1cc084a')
-sha256sums_i686=('e578ed996ef783f7b44871e7252ebea930452cd00cf154431009678016dc292b')
+sha256sums=('fcb6933f0e6cd3825f40f59986ab19a1a9fdd3f1a65c0fad935c71a32bc441d5')
+sha256sums_x86_64=('71f79ea13938657a75e258eb1cccdec360819117060f5feabef467df625f963e')
+sha256sums_aarch64=('3b0642ddf550f6ab72fb450508ca201b041601e4d651581c9db60b5a183904de')
+sha256sums_armv7h=('cf87364cec99ea1a5c05290d9f6c9c9a8557f31eba7ff4ceeb062f33f0ee1905')
+sha256sums_i686=('3f8273d67c526c09272b131774478c67b63615fdd572cb9e3320ad3cb3a9fc79')
package() {
case "$CARCH" in