Merge pull request #906 from Duncaen/syncthing
syncthing: update to 0.10.21
This commit is contained in:
commit
7b9bcb22ac
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.10.20
|
version=0.10.21
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="go>=1.3"
|
hostmakedepends="go>=1.3"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Duncan Overbruck <mail@duncano.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://syncthing.net/"
|
homepage="http://syncthing.net/"
|
||||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e4974c2f44cbd1a4d44f3917e85f47651907ec1054802ad555112f5042e93ac8
|
checksum=241cc0cd6b87040da8551a1d1964ef7201a9f4679b731d6740592063012b2846
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue