summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2023-04-04 20:06:07 +1200
committerjason2023-04-04 20:06:07 +1200
commit12b595ae481949449c1c3c4a9403d7ab362b6768 (patch)
treeefde9f7c021a67b50753f3a8ff9f77ececc6d6e7
parent6c6cdf366f10d5857aadb080e15a0a6b61cc0f49 (diff)
downloadaur-12b595ae481949449c1c3c4a9403d7ab362b6768.tar.gz
1.23.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c0115bceb46..673ce7d2c7c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = syncthing-bin
pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing: binary.
- pkgver = 1.23.2
+ pkgver = 1.23.3
pkgrel = 1
url = http://syncthing.net/
install = syncthing.install
arch = any
license = MPLv2
- provides = syncthing=1.23.2
+ provides = syncthing=1.23.3
conflicts = syncthing
source = syncthing.1
- source = https://github.com/syncthing/syncthing/releases/download/v1.23.2/syncthing-linux-amd64-v1.23.2.tar.gz
+ source = https://github.com/syncthing/syncthing/releases/download/v1.23.3/syncthing-linux-amd64-v1.23.3.tar.gz
sha256sums = fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912
- sha256sums = 752d4df7c38789e0aff0f82194878ccbb7c8f2e18c1599aa817e3ecc517597e2
+ sha256sums = 8f9d858381475bbdea81c12632ef499d63e3fa213d1e5446f9fad6f44c0f860e
pkgname = syncthing-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0bc77c6abf9c..b72052924901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=syncthing-bin
_realname=syncthing
-pkgver=1.23.2
+pkgver=1.23.3
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing: binary."
url="http://syncthing.net/"
arch=('any')
license=('MPLv2')
-provides=('syncthing=1.23.2')
+provides=('syncthing=1.23.3')
conflicts=('syncthing')
install=${_realname}.install
source=( 'syncthing.1')
@@ -18,16 +18,16 @@ sha256sums=('fb59747ca16d1b19e3cad1c147dcabea14a30a5e4177b90712e6bb837c107912')
case "$CARCH" in
arm64) _pkgarch="arm64"
- sha256sums+=('91bc4211df65689aed4739aabd3d409791d55b01ced31e10fac385ed15647942')
+ sha256sums+=('f337d3d3d58acff61daa92e221bd404e218f60dbb3c465714395ad2b3ddbe87e')
;;
armv*) _pkgarch="arm"
- sha256sums+=('5309cfe6575d8fb86bd623937e3bbe66cb5c22be12722c57da8c3d32765cd931')
+ sha256sums+=('dde4d41ae3b2381d9c88c0a566a51ac754f6ff0e0154e38f1269193ac3424c18')
;;
i686) _pkgarch="386"
- sha256sums+=('7ba020603ead83afc6f43e0dbf59e33832414bdd055c608abc05d33d73f66757')
+ sha256sums+=('772cbd473fbd6b04223345af31454770c6e6eeac315ed3e2ac91b129b563a1d4')
;;
x86_64) _pkgarch="amd64"
- sha256sums+=('752d4df7c38789e0aff0f82194878ccbb7c8f2e18c1599aa817e3ecc517597e2')
+ sha256sums+=('8f9d858381475bbdea81c12632ef499d63e3fa213d1e5446f9fad6f44c0f860e')
;;
esac