syncthing: update to 0.10.23.
This commit is contained in:
parent
f9881a0404
commit
6cec32265a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=0.10.22
|
||||
version=0.10.23
|
||||
revision=1
|
||||
hostmakedepends="go>=1.3"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -11,7 +11,7 @@ maintainer="Duncan Overbruck <mail@duncano.de>"
|
|||
license="GPL-3"
|
||||
homepage="http://syncthing.net/"
|
||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=6631f0b172df66b656c93cf5455e3c43cddeeb394e59e0c56223fe405316b0d9
|
||||
checksum=c8c829191620e2268209c3da19b4b58b3568aaf859d9be84b161da26454fb54a
|
||||
|
||||
do_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue