Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / syncthing
Commits: 43e28ff4 by Caleb Maclennan at 2023-10-04T09:34:30+03:00 upgpkg: 1.25.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,38 @@ +pkgbase = syncthing + pkgdesc = Open Source Continuous Replication / Cluster Synchronization Thing + pkgver = 1.25.0 + pkgrel = 1 + url = https://syncthing.net/ + arch = x86_64 + license = MPL + makedepends = git + makedepends = go + depends = glibc + source = https://github.com/syncthing/syncthing/releases/download/v1.25.0/syncthing-source-v1.25.0.tar.gz + source = https://github.com/syncthing/syncthing/releases/download/v1.25.0/syncthing-source-v1.25.0.tar.gz.asc + source = syncthing-discosrv.sysusers + source = syncthing-relaysrv.sysusers + source = syncthing-discosrv.tmpfiles + source = syncthing-relaysrv.tmpfiles + source = syncthing-discosrv.service + source = syncthing-relaysrv.service + source = gcc-pie-segfaults-race.patch + validpgpkeys = 37C84554E7E0A261E4F76E1ED26E6ED000654A3E + sha256sums = e25199e870236216b8409f4c30735c177c83d9eb7f77474c8a9d0c6739789ea1 + sha256sums = SKIP + sha256sums = f6e704dd7b10127b1642c889a29e95468daa75d895493b235ce1ed5e97155b70 + sha256sums = 6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa + sha256sums = a05a66efbbd13f20b5c3af56692fe219fadc967dba4eedb71494827795d2c140 + sha256sums = f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f + sha256sums = 4dc66a098cf2f6e5bd34a48898f5c98aff74d3c8c61115313b0eff6b8d8b18f6 + sha256sums = 7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981 + sha256sums = 6a58227c09a18fc7049ec38351a0fd98195688d15821d67d5af4facda401cbba + +pkgname = syncthing + install = syncthing.install + +pkgname = syncthing-discosrv + pkgdesc = Discovery server for Syncthing + +pkgname = syncthing-relaysrv + pkgdesc = Relay server for Syncthing ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ BUILDENV+=(!check) pkgname=('syncthing' 'syncthing-discosrv' 'syncthing-relaysrv') -pkgver=1.24.0 +pkgver=1.25.0 pkgrel=1 pkgdesc='Open Source Continuous Replication / Cluster Synchronization Thing' arch=('x86_64') @@ -24,7 +24,7 @@ source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncth syncthing-{disco,relay}srv.service gcc-pie-segfaults-race.patch) validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management -sha256sums=('4a9459667f9b70a7d1e7d572c7c9d02431ef8f055679eef368300ce1a826608f' +sha256sums=('e25199e870236216b8409f4c30735c177c83d9eb7f77474c8a9d0c6739789ea1' 'SKIP' 'f6e704dd7b10127b1642c889a29e95468daa75d895493b235ce1ed5e97155b70' '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/syncthing/-/commit/43e28ff4f004151f7a3a62d122c5b4ea52abfbe5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/syncthing/-/commit/43e28ff4f004151f7a3a62d122c5b4ea52abfbe5 You're receiving this email because of your account on gitlab.archlinux.org.
