syncthing: update to 1.2.1.
This commit is contained in:
parent
56870de6bd
commit
11d9dabe78
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
|
@ -11,10 +11,10 @@ hostmakedepends="git"
|
||||||
short_desc="Open Source Continuous File Synchronization"
|
short_desc="Open Source Continuous File Synchronization"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
#changelog="https://github.com/syncthing/syncthing/releases"
|
changelog="https://github.com/syncthing/syncthing/releases"
|
||||||
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=64e4f0e5b19d595898fa0c1bf4a28fffa06fbe3ee0781762d39428e2f4733956
|
checksum=4274126059f854fa166d4610d6797116ee56be8b804abc1f4c6b02f650b78f52
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
||||||
|
|
Loading…
Reference in a new issue